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
The ID of the event orchestration to retrieve
Response
Returns anEventOrchestration object:
ID of the orchestration (read-only)
API URL for this orchestration (read-only)
Name of the orchestration
Description of the orchestration’s purpose
Team that owns this orchestration. If none is specified, only admins have access.
List of integrations for this orchestration (read-only)
Number of different services being routed to (read-only)
The date the orchestration was created (read-only)
User who created the orchestration (read-only)
The date the orchestration was last updated (read-only)
User who last updated the orchestration (read-only)
Version of the orchestration (read-only)
Always “event_orchestration”
Usage Examples
Get orchestration by ID
Get orchestration information
Related Tools
- list_event_orchestrations - List all orchestrations
- get_event_orchestration_router - Get router configuration
- update_event_orchestration_router - Update router configuration
- append_event_orchestration_router_rule - Add a routing rule