Skip to main content
GET
/
automations
/
executions
/
{executionId}
/
context
Get execution context (waiting)
curl --request GET \
  --url http://api.gu1.ai/automations/executions/{executionId}/context \
  --header 'Authorization: Bearer <token>'

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