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

# List executions

> Retrieve paginated execution history for a single gu1 automation, including status, duration, processed cases, errors, and trigger event metadata.

## Endpoint

```
GET https://api.gu1.ai/automations/:id/executions?limit=20&offset=0
```

## Query Parameters

<ParamField query="limit" type="number">
  Default 20, max 100
</ParamField>

<ParamField query="offset" type="number">
  Pagination offset (default 0)
</ParamField>

## Response

**200** — `{ "executions": [...], "total": number }`
