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

> Consulta o histórico paginado de execuções de uma automação no gu1, com status, duração, casos processados, erros e metadados do evento.

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