cURL
curl --request GET \ --url http://api.gu1.ai/automations/executions/{executionId}/context \ --header 'Authorization: Bearer <token>'
Read the saved event data snapshot for a waiting execution (e.g. for UI display).
GET https://api.gu1.ai/automations/executions/:executionId/context
waiting
{ "context": { ... } }
Was this page helpful?