get_blog_post
Fetch a blog post by its UUID to access ClassQuill tutoring content for reference or analysis.
Instructions
Get Blog Post
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes | Blog post UUID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| date | No | ||
| slug | No | ||
| tags | No | ||
| brand | No | ||
| title | No | ||
| author | No | ||
| status | No | ||
| target | No | ||
| content | No | ||
| excerpt | No | ||
| category | No | ||
| is_pinned | No | ||
| created_at | No | ||
| updated_at | No | ||
| published_at | No | ||
| scheduled_at | No | ||
| featured_image | No | ||
| organization_id | No | ||
| publish_to_portal | No | ||
| publish_to_website | No |