Automation
List automations
Retrieves a paginated list of automations filtered by optional parameters. Automations can be filtered by project and status. Users will only see automations they have access to based on their permissions.
get/v1/automations
Query parameters
projectIdstring
Filter automations by project ID
status'enabled' | 'disabled'
Filter automations by status
sort'project' | 'created'
Field to sort by
order'asc' | 'desc'
Sort order (ascending or descending)
pageinteger
Page number for pagination
limitinteger
Maximum number of items per page
Response
List of automations retrieved successfully
Changes
No recorded changes to this endpoint across all 3 revisions of this API.