Get post
Get a single post by ID or slug, with optional status filtering
GET
Get post
Documentation Index
Fetch the complete documentation index at: https://docs.marblecms.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your Marble API key
Path Parameters
Post ID or slug
Example:
"my-post-slug"
Query Parameters
Content format (html or markdown)
Available options:
html, markdown Example:
"html"
Filter by post status. Use 'published' for live posts, 'draft' for unpublished posts, or 'all' for both.
Available options:
published, draft, all Example:
"published"
Response
The requested post
Previous
Create postCreate a new post. Requires a private API key. Category is required. If authors are not provided, the first workspace author is used.
Next
Get post