get_event_orchestration
Retrieve details for a specific event orchestration by providing its ID. This helps you view and verify orchestration configurations.
Instructions
Get details for a specific event orchestration.
Args:
orchestration_id: The ID of the event orchestration to retrieve
Returns:
The event orchestration detailsInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orchestration_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the Orchestration. | |
| self | Yes | The API show URL at which the object is accessible | |
| name | Yes | Name of the Orchestration. | |
| description | No | A description of this Orchestration's purpose. | |
| team | No | Reference to the team that owns the Orchestration. If none is specified, only admins have access. | |
| integrations | No | List of integrations for the orchestration | |
| routes | Yes | Number of different Service Orchestration being routed to | |
| created_at | Yes | The date the Orchestration was created at. | |
| created_by | No | Reference to the user that has created the Orchestration. | |
| updated_at | Yes | The date the Orchestration was last updated. | |
| updated_by | No | Reference to the user that has updated the Orchestration last. | |
| version | No | Version of the Orchestration. |