> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gu1.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Get automation

> Recupera uma única automação do gu1 pelo ID, incluindo configuração de trigger, definição do grafo, condições, ações e execuções mais recentes.

## Endpoint

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

## Path parameters

<ParamField path="id" type="string" required>
  Automation UUID
</ParamField>

## Response

**200** — `{ "automation": { ... }, "recentExecutions": [...] }` (last 10 executions)

**404** — `{ "error": "Automation not found" }`
