GET /event_orchestrations

List all Global Event Orchestrations on an Account.

Global Event Orchestrations allow you define a set of Global Rules and Router Rules, so that when you ingest events using the Orchestration's Routing Key your events will have actions applied via the Global Rules & then routed to the correct Service by the Router Rules, based on the event's content.

For more information see the API Concepts Document

Scoped OAuth requires: event_orchestrations.read

Servers

Request headers

Name Type Required Description
Accept String Yes

The Accept header is used as a versioning header.

Default value: "application/vnd.pagerduty+json;version=2"

Content-Type String Yes

Possible values:

  • "application/json"

Default value: "application/json"

Query parameters

Name Type Required Description
limit Integer No

The number of results per page.

sort_by String No

Used to specify the field you wish to sort the results on.

Possible values:

  • "created_at:desc"
  • "name:asc"
  • "routes:asc"
  • "created_at:asc"
  • "name:desc"
  • "routes:desc"

Default value: "name:asc"

offset Integer No

Offset to start pagination search results.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.