list_event_orchestrations
Retrieve a list of event orchestrations with optional pagination and sorting by name, routes, or creation date.
Instructions
List event orchestrations with optional filtering.
Args:
limit: The number of results per page. Default 100.
offset: Offset to start pagination search results.
sort_by: Field and direction to sort by. Default 'name:asc'. Options:
'name:asc', 'name:desc', 'routes:asc', 'routes:desc',
'created_at:asc', 'created_at:desc'.
Returns:
List of event orchestrations matching the query parameters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| sort_by | No | name:asc |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response | Yes |