Get Post
GET
/v1/posts/{post_id}
Returns the full post including content_markdown.
Path parameters
| Parameter | Type | Description |
|---|---|---|
post_id | string (UUID) | Post ID |
Response
Returns the same fields as List Posts, plus:| Field | Type | Description |
|---|---|---|
content_markdown | string | Full post content in Markdown |