Skip to main content

Overview

Retrieves detailed information about a specific event orchestration by its ID.
This is a read-only tool that queries your PagerDuty account without making any changes.

Parameters

orchestration_id
string
required
The ID of the event orchestration to retrieve

Response

Returns an EventOrchestration object:
id
string
ID of the orchestration (read-only)
self
string
API URL for this orchestration (read-only)
name
string
Name of the orchestration
description
string
Description of the orchestration’s purpose
team
TeamReference
Team that owns this orchestration. If none is specified, only admins have access.
integrations
array
List of integrations for this orchestration (read-only)
routes
integer
Number of different services being routed to (read-only)
created_at
datetime
The date the orchestration was created (read-only)
created_by
UserReference
User who created the orchestration (read-only)
updated_at
datetime
The date the orchestration was last updated (read-only)
updated_by
UserReference
User who last updated the orchestration (read-only)
version
string
Version of the orchestration (read-only)
type
string
Always “event_orchestration”

Usage Examples

Get orchestration by ID

Show me details for event orchestration P1A2B3C

Get orchestration information

What integrations are configured for orchestration P1A2B3C?

Build docs developers (and LLMs) love