list_status_page_post_updates
Retrieve all updates for a specific status page post using its ID and the status page ID, with optional filtering by review status and limit.
Instructions
List Post Updates 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 filtering parameters
Returns:
List of StatusPagePostUpdate objects for the given Post
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes | ||
| query_model | No | ||
| status_page_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response | Yes |