get_status_page_post
Retrieve details of a specific post from a status page by providing the status page ID and post ID, with optional inclusion of related updates.
Instructions
Get a Post for a Status Page by Status Page ID and Post ID.
Args:
status_page_id: The ID of the Status Page
post_id: The ID of the Status Page Post
query_model: Optional query parameters (e.g., include related resources)
Returns:
StatusPagePost details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes | ||
| query_model | Yes | ||
| status_page_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | An unique identifier within Status Page scope that defines a single Post resource | |
| self | No | The API resource URL of the Post | |
| title | Yes | The title given to a Post | |
| ends_at | No | The date and time the Post intent is concluded - only for maintenance post type | |
| updates | No | List of status_page_post_update references associated to a Post | |
| post_type | Yes | The type of the Post | |
| starts_at | No | The date and time the Post intent becomes effective - only for maintenance post type | |
| postmortem | No | Postmortem reference | |
| status_page | Yes | Status Page reference | |
| linked_resource | No | Linked resource reference |