Overview
Theget_status_page_post tool retrieves detailed information about a specific status page post, including its title, type, timeline, and updates.
This is a read-only tool that does not modify any data in your PagerDuty account.
Parameters
The unique identifier of the status page.Example:
"PSTATUS1"The unique identifier of the status page post.Example:
"POST123"Include additional related resources in the response. Options:
status_page_post_update- Include all post updates
["status_page_post_update"]Response
Returns a detailed status page post object.The unique identifier of the status page post
Always returns
"status_page_post"The API URL at which this post is accessible
The type of post. Options:
incident- An unplanned service disruptionmaintenance- A planned maintenance window
Reference to the status page this post belongs to
The title of the post
The date and time when the post becomes effective (for maintenance posts)
The date and time when the post is concluded (for maintenance posts)
Reference to a linked resource (e.g., an incident)
Reference to a postmortem document (if applicable)
List of post updates (only included if requested via
include parameter)Example Usage
Use Cases
- Review incident communication - See what was communicated about an incident
- Check maintenance schedule - View maintenance window timing and details
- Audit post updates - Review the timeline of updates posted
- Verify messaging - Confirm the content and status of communications
- Track impact - See which services were reported as impacted
Response Example
Post Types Explained
Incident
Represents an unplanned service disruption or degradation. Used to communicate ongoing issues to customers.Maintenance
Represents a planned maintenance window. Used to notify customers of scheduled service interruptions.Related Tools
- List Status Pages - View all status pages
- Create Status Page Post - Create a new post
- Create Status Page Post Update - Add an update to this post