Automations
List automations
List scheduled automations in a project, with run health and recent run stats.
get/automations
Query parameters
projectIdstring uuid
Project to list automations for. Auto-filled from CLI and SDK context when omitted.
searchstring
Case-insensitive partial match on automation name.
status'active' | 'paused'
Filter by enabled (active) or disabled (paused) automations.
health'healthy' | 'failing' | 'never_run'
Filter by automation health.
source'sazabi_managed' | 'custom'
Filter by automation source.
sort'name' | 'last_run' | 'failures' | 'runs'
Sort order for the returned automations.
limitinteger
Maximum number of automations to return per page.
cursorstring
Cursor from a previous response's nextCursor to fetch the next page.
Response
OK
Changes
No recorded changes to this endpoint across all 4 revisions of this API.