List automations
API Reference
List automations
List all automations in your gu1 organization with optional filters for trigger type, status, and archived state, used to populate workflow lists.
GET
List automations
Endpoint
Query Parameters
realtime | scheduledtrue | falseFilter by trigger type (must be a valid automation trigger).
true to return only archived automations; default lists non-archived.Response
200 β{ "automations": [...], "total": number, "totalArchived"?: number }