How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

PagerDuty Event Orchestrations API

Event Orchestrations allow you to route events to an endpoint and create collections of Event Orchestrations, which define sets of actions to take based on event content.

PagerDuty Event Orchestrations API is one of 38 APIs that PagerDuty publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Event Orchestrations. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, a getting-started guide, and an AsyncAPI specification.

This API exposes 31 operations across 14 paths, and defines 10 schemas. It is described by OpenAPI 3.0.2, at version 2.0.0.

Requests are made against a single base URL, https://api.pagerduty.com.

31 operations 14 paths 10 schemas 4 DELETE13 GET5 POST9 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.2
API Version
2.0.0
Base URL
https://api.pagerduty.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

PagerDuty Event Orchestrations API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (api_key). By default, every request must be authenticated.

  • api_key — The API Key with format Token token=

Paths & Operations 31

Across 14 paths, the API surfaces 31 operations — 4 DELETE, 13 GET, 5 POST, 9 PUT. Each is listed below with its method, path, parameters, and response codes.

Event Orchestrations 31

Event Orchestrations allow you to route events to an endpoint and create collections of Event Orchestrations, which define sets of actions to take based on event content.

GET
/event_orchestrations
PagerDuty List Event Orchestrations
listEventOrchestrations 5 params → 200401403404
POST
/event_orchestrations
PagerDuty Create an Orchestration
postOrchestration 2 params body → 201400401403404405409
GET
/event_orchestrations/{id}
PagerDuty Get an Orchestration
getOrchestration 3 params → 200400401403404
PUT
/event_orchestrations/{id}
PagerDuty Update an Orchestration
updateOrchestration 3 params body → 200400401403404405409
DELETE
/event_orchestrations/{id}
PagerDuty Delete an Orchestration
deleteOrchestration 3 params → 204400401403404405409
GET
/event_orchestrations/{id}/integrations
PagerDuty List Integrations for an Event Orchestration
listOrchestrationIntegrations 3 params → 200400401403405
POST
/event_orchestrations/{id}/integrations
PagerDuty Create an Integration for an Event Orchestration
postOrchestrationIntegration 3 params body → 201400401403404405409
GET
/event_orchestrations/{id}/integrations/{integration_id}
PagerDuty Get an Integration for an Event Orchestration
getOrchestrationIntegration 4 params → 200400401403405
PUT
/event_orchestrations/{id}/integrations/{integration_id}
PagerDuty Update an Integration for an Event Orchestration
updateOrchestrationIntegration 4 params body → 200400401403404405409
DELETE
/event_orchestrations/{id}/integrations/{integration_id}
PagerDuty Delete an Integration for an Event Orchestration
deleteOrchestrationIntegration 4 params → 204401403404405409
POST
/event_orchestrations/{id}/integrations/migration
PagerDuty Migrate an Integration from one Event Orchestration to another
migrateOrchestrationIntegration 3 params body → 200400401403404405409
GET
/event_orchestrations/{id}/global
PagerDuty Get the Global Orchestration for an Event Orchestration
getOrchPathGlobal 3 params → 200400401403404
PUT
/event_orchestrations/{id}/global
PagerDuty Update the Global Orchestration for an Event Orchestration
updateOrchPathGlobal 3 params body → 200400401403404405409
GET
/event_orchestrations/{id}/router
PagerDuty Get the Router for an Event Orchestration
getOrchPathRouter 3 params → 200400401403404
PUT
/event_orchestrations/{id}/router
PagerDuty Update the Router for an Event Orchestration
updateOrchPathRouter 3 params body → 200400401403404405409
GET
/event_orchestrations/{id}/unrouted
PagerDuty Get the Unrouted Orchestration for an Event Orchestration
getOrchPathUnrouted 3 params → 200400401403404
PUT
/event_orchestrations/{id}/unrouted
PagerDuty Update the Unrouted Orchestration for an Event Orchestration
updateOrchPathUnrouted 3 params body → 200400401403404405409
GET
/event_orchestrations/services/{service_id}
PagerDuty Get the Service Orchestration for a Service
getOrchPathService 4 params → 200400401403404
PUT
/event_orchestrations/services/{service_id}
PagerDuty Update the Service Orchestration for a Service
updateOrchPathService 3 params body → 200400401403404405409
GET
/event_orchestrations/services/{service_id}/active
PagerDuty Get the Service Orchestration active status for a Service
getOrchActiveStatus 3 params → 200400401403404
PUT
/event_orchestrations/services/{service_id}/active
PagerDuty Update the Service Orchestration active status for a Service
updateOrchActiveStatus 3 params body → 200400401403404405409
GET
/event_orchestrations/{id}/cache_variables
PagerDuty List Cache Variables for a Global Event Orchestration
listCacheVarOnGlobalOrch 3 params → 200400401403404
POST
/event_orchestrations/{id}/cache_variables
PagerDuty Create a Cache Variable for a Global Event Orchestration
createCacheVarOnGlobalOrch 3 params body → 200400401403404405
GET
/event_orchestrations/{id}/cache_variables/{cache_variable_id}
PagerDuty Get a Cache Variable for a Global Event Orchestration
getCacheVarOnGlobalOrch 4 params → 200400401403404
PUT
/event_orchestrations/{id}/cache_variables/{cache_variable_id}
PagerDuty Update a Cache Variable for a Global Event Orchestration
updateCacheVarOnGlobalOrch 4 params body → 200400401403404405
DELETE
/event_orchestrations/{id}/cache_variables/{cache_variable_id}
PagerDuty Delete a Cache Variable for a Global Event Orchestration
deleteCacheVarOnGlobalOrch 4 params → 204400401403404
GET
/event_orchestrations/services/{service_id}/cache_variables
PagerDuty List Cache Variables for a Service Event Orchestration
listCacheVarOnServiceOrch 3 params → 200400401403404
POST
/event_orchestrations/services/{service_id}/cache_variables
PagerDuty Create a Cache Variable for a Service Event Orchestration
createCacheVarOnServiceOrch 3 params body → 200400401403404405
GET
/event_orchestrations/services/{service_id}/cache_variables/{cache_variable_id}
PagerDuty Get a Cache Variable for a Service Event Orchestration
getCacheVarOnServiceOrch 4 params → 200400401403404
PUT
/event_orchestrations/services/{service_id}/cache_variables/{cache_variable_id}
PagerDuty Update a Cache Variable for a Service Event Orchestration
updateCacheVarOnServiceOrch 4 params body → 200400401403404405
DELETE
/event_orchestrations/services/{service_id}/cache_variables/{cache_variable_id}
PagerDuty Delete a Cache Variable for a Service Event Orchestration
deleteCacheVarOnServiceOrch 4 params → 204400401403404

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are Orchestration (12 properties), OrchestrationCacheVariable (9 properties), OrchestrationWarningIneligible (5 properties), OrchestrationWarningInvalidData (5 properties). Each schema is shown below with its type and property counts.

OrchestrationCacheVariable
object
9 properties 2 required
OrchestrationIntegration
object
3 properties
ServiceOrchestration
Pagination
object
4 properties
OrchestrationGlobal
Orchestration
object
12 properties
OrchestrationRouter
OrchestrationWarningInvalidData
object
This rule includes invalid data for a feature item.
5 properties
OrchestrationWarningIneligible
object
This rule is using a feature that is currently unavailable on the current account plan.
5 properties
OrchestrationUnrouted

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

pagerduty-event-orchestrations-api-openapi.yml Raw ↑

Other APIs PagerDuty publishes across the network.

PagerDuty Events API
PagerDuty Abilities API
PagerDuty Add-Ons API
PagerDuty Alert Grouping Settings API
PagerDuty Analytics API
PagerDuty Audit API
PagerDuty Automation Actions API
PagerDuty Business Services API
PagerDuty Change Events API
PagerDuty Change Tags API
PagerDuty Custom Fields API
PagerDuty Escalation Policies API
Where this information came from

This is an independent, third-party profile of PagerDuty Event Orchestrations API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.