Get Execution Details

Retrieve the full execution state snapshot, including the workflow state at time of execution and detailed metadata.

GET/api/v1/logs/executions/{executionId}
X-API-Key<token>

Your Recall API key (personal or workspace). Generate one from the Recall dashboard under Settings > API Keys.

In: header

Path Parameters

executionId*string

The unique execution identifier.

Response Body

application/json

application/json

application/json

application/json

curl -X GET \  "https://tryrecall.com/api/v1/logs/executions/{executionId}" \  -H "X-API-Key: YOUR_API_KEY"
{
  "executionId": "exec_abc123",
  "workflowId": "wf_abc123",
  "workflowState": {},
  "executionMetadata": {}
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}