Get Post
get_postRetrieve full metadata for a specific Substack post using its URL slug. Access title, subtitle, audience, publish date, and content details.
Instructions
Get detailed information about a specific post by its URL slug. Returns full post metadata including title, subtitle, audience, publish date, and content details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urlSlug | Yes | The URL slug of the post (from list_posts results or the post URL). | |
| publication | No | Publication name (e.g., 'ny', 'la'). Required if multiple publications are configured. |