get_post
Retrieve full content of a published Substack post by ID, including title, body HTML, and metadata. Use it to fetch post details for reading or processing.
Instructions
Get the full content of a published post by ID. Returns title, body HTML, metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes | The post ID to retrieve |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | No | ||
| slug | No | ||
| title | No | ||
| audience | No | ||
| subtitle | No | ||
| body_html | No | ||
| post_date | No | ||
| word_count | No |