List automations in the workspace.
Returns a paginated list of the workspace’s Salesbot automations (flows and quick automations), newest first. Building or editing flows is out of scope for the API; this endpoint is read-only. Supports filtering by status, trigger type, builder, and the connected channel.
Authorizations
Your workspace API key. It both authenticates the caller and selects the workspace.
Query Parameters
Filter by automation status. One of: draft, active, paused, failed.
Filter by the trigger type that starts the automation (AutomationType value), e.g. whatsapp_message, contact_created, invoice_paid, appointment_booked.
Filter by how the automation was authored. One of: quick (static form), flow (visual canvas).
Filter to automations bound to a specific channel, identified by the channel's uuid.
Items per page (alias: limit). Default 25, maximum 100.

