fetch_post
Fetch a specific Patreon post by its numeric ID. Provides read-only access to post details and related campaign data.
Instructions
Fetch a specific post by ID.
Args: post_id: The post ID to fetch (numeric)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | No | ||
| content | No | ||
| is_paid | No | ||
| is_public | No | ||
| published_at | No | ||
| url | No | ||
| embed_data | No | ||
| embed_url | No | ||
| app_id | No | ||
| app_status | No |