PAGERDUTY_FETCH_EVENT_ORCHESTRATIONS
Retrieves a list of event orchestrations configured in the PagerDuty account. Event orchestrations are used to manage and automate the routing and handling of events and incidents. This endpoint allows you to fetch details about existing orchestrations, which can be useful for auditing, reporting, or managing your incident response workflows. The response typically includes information such as orchestration names, associated routing keys, and configured rules. Use this endpoint when you need to review or list the current event orchestrations in your PagerDuty setup. Note that this endpoint does not provide real-time event data or incident details, only the configuration of the orchestrations themselves.
Available from 1 provider (1 remote)
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"title": "Limit",
"description": "The number of results per page."
},
"offset": {
"type": "integer",
"title": "Offset",
"description": "Offset to start pagination search results."
},
"sort_by": {
"enum": [
"name:asc",
"name:desc",
"routes:asc",
"routes:desc",
"created_at:asc",
"created_at:desc"
],
"type": "string",
"title": "Sort By",
"default": "name:asc",
"description": "Used to specify the field you wish to sort the results on."
}
}
}
Remote Providers (1)
These servers are accessible over the network — no local installation needed.
PagerDuty
Remotepagerduty