cURL
curl --request GET \ --url http://api.gu1.ai/automations/{id} \ --header 'Authorization: Bearer <token>'
Retrieve a single automation by ID, including recent executions.
GET https://api.gu1.ai/automations/:id
{ "automation": { ... }, "recentExecutions": [...] }
{ "error": "Automation not found" }
Was this page helpful?