PAGERDUTY_GET_POST_FROM_STATUS_PAGE_BY_ID
Retrieves detailed information about a specific post on a PagerDuty status page. This endpoint allows you to fetch the content, timestamp, and any associated metadata for a particular update or message that has been posted to a status page. It's particularly useful for retrieving historical updates about incidents, maintenance notices, or general service status communications. Use this endpoint when you need to access or display the full details of a specific status update, such as when building a custom status page interface or integrating PagerDuty status updates into another system. Note that this endpoint only retrieves information for existing posts; it cannot be used to create, modify, or delete posts.
Available from 1 provider (1 remote)
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"title": "Id",
"description": "The ID of the resource."
},
"include": {
"type": "array",
"items": {
"enum": [
"status_page_post_update"
],
"type": "string",
"title": "IncludeEnm",
"properties": {}
},
"title": "Include",
"description": "Array of additional Models to include in response."
},
"post_id": {
"type": "string",
"title": "Post Id",
"description": "The ID of the Status Page Post."
}
}
}
Remote Providers (1)
These servers are accessible over the network — no local installation needed.
PagerDuty
Remotepagerduty