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

> Lee el snapshot del evento guardado para una ejecución de automatización en espera en gu1, útil para pantallas de revisión y contexto en la UI.

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