> ## 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 execution context (waiting)

> Lê o snapshot do evento salvo para uma execução de automação em espera no gu1, útil para telas de revisão e exibição de contexto na interface.

## Endpoint

```
GET https://api.gu1.ai/automations/executions/:executionId/context
```

Only returns data while the execution status is **`waiting`**.

## Response

**200** — `{ "context": { ... } }`

**404** — not found or not in waiting state
