cURL
curl --request GET \ --url http://api.gu1.ai/automations \ --header 'Authorization: Bearer <token>'
List all automations for the organization with optional filters.
GET https://api.gu1.ai/automations
realtime
scheduled
true
false
{ "automations": [...], "total": number, "totalArchived"?: number }
curl -s "https://api.gu1.ai/automations?enabled=true" \ -H "Authorization: Bearer YOUR_API_KEY"
Was this page helpful?