Overview
Lists all event orchestrations in your PagerDuty account with optional filtering and pagination.
This is a read-only tool that queries your PagerDuty account without making any changes.
Parameters
query_model
EventOrchestrationQuery
required
Query parameters for filtering and paginationShow EventOrchestrationQuery properties
Number of results per page. Must be between 1 and 100.
Offset to start pagination search results.
Field to sort results by. Options:
name:asc - Sort by name ascending
name:desc - Sort by name descending
routes:asc - Sort by route count ascending
routes:desc - Sort by route count descending
created_at:asc - Sort by creation date ascending
created_at:desc - Sort by creation date descending
Response
Returns a ListResponseModel[EventOrchestration] containing:
Array of event orchestration objectsShow EventOrchestration properties
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, only admins have access.
List of integrations for this orchestration (read-only)
Number of services being routed to (read-only)
Creation timestamp (read-only)
User who created the orchestration (read-only)
Last update timestamp (read-only)
User who last updated the orchestration (read-only)
Version identifier (read-only)
Always “event_orchestration”
Usage Examples
List all orchestrations
Show me all event orchestrations
List orchestrations sorted by route count
List event orchestrations sorted by number of routes descending
Show me the first 10 event orchestrations