get_post
Retrieve full metadata of a Substack post using its URL slug, including 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 |
|---|---|---|---|
| publication | No | Publication name (e.g., 'ny', 'la'). Required if multiple publications are configured. | |
| urlSlug | Yes | The URL slug of the post (from list_posts results or the post URL). |