> ## 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

> Obtén una automatización de gu1 por ID, incluida su configuración de trigger, grafo, condiciones, acciones y ejecuciones recientes.

## 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" }`
