PAGERDUTY_GET_SPECIFIC_POST_UPDATE_STATUS

Retrieves the updates for a specific post on a PagerDuty status page. This endpoint allows users to fetch the chronological list of updates made to a particular post, providing detailed information about how the status or information has changed over time. It's particularly useful for tracking the progression of an incident or maintenance event that has been communicated through a status page. The endpoint should be used when there's a need to review the history of updates for a specific status page post, such as during post-incident reviews or when compiling reports on communication effectiveness during incidents.

Available from 1 provider (1 remote)

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "title": "Id",
      "description": "The ID of the resource."
    },
    "post_id": {
      "type": "string",
      "title": "Post Id",
      "description": "The ID of the Status Page Post."
    },
    "reviewed_status": {
      "enum": [
        "approved",
        "not_reviewed"
      ],
      "type": "string",
      "title": "Reviewed Status",
      "description": "Filter by the reviewed status of the Post Update to retrieve."
    }
  }
}
          

Remote Providers (1)

These servers are accessible over the network — no local installation needed.

PagerDuty

Remote

pagerduty

View product →