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

> Retrieve a single gu1 automation by ID, including its trigger configuration, graph definition, conditions, actions, and most recent executions.

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