Skip to main content
GET
/
automations
/
{id}
Get automation
curl --request GET \
  --url http://api.gu1.ai/automations/{id} \
  --header 'Authorization: Bearer <token>'

Endpoint

GET https://api.gu1.ai/automations/:id

Path parameters

id
string
required
Automation UUID

Response

200 β€” { "automation": { ... }, "recentExecutions": [...] } (last 10 executions) 404 β€” { "error": "Automation not found" }