List automations
API Reference
List automations
Lista las automatizaciones de tu organización en gu1 con filtros opcionales por tipo de trigger, estado y archivadas, para construir vistas y listados.
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 }