v1
latestOpenAPI 3.0.02026-07-2664192238.8 KBList automation workflows
List automation workflows with filtering, sorting, and cursor-based pagination.
Scopes: automations.read
Pagination: This endpoint uses cursor-based pagination.
- Use the paging.cursors.after value from the response to get the next page
- Use the paging.cursors.before value to get the previous page
- The paging.hasMore field indicates if more results are available
- Maximum page size is 250 items. Default: 100
Query parameters
Number of items per page. Range: 1-250. Default: 100
Opaque cursor for the next page
Opaque cursor for the previous page
Sort field. Default: createdAt
Sort direction. Default: desc
If true, only enabled automations; if false, only disabled. Omit for no filter.
Filter by name (partial match, max 200 characters)
Filter automations created after this timestamp (ISO 8601, e.g. 2026-01-01T00:00:00Z)
Filter automations created before this timestamp (ISO 8601, e.g. 2026-01-01T00:00:00Z)
Filter automations updated after this timestamp (ISO 8601, e.g. 2026-01-01T00:00:00Z)
Filter automations updated before this timestamp (ISO 8601, e.g. 2026-01-01T00:00:00Z)
Headers
API version that specifies the response format and behaviour
Response
List of automations with pagination