Get Execution Details

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

Your Sim API key (personal or workspace). Generate one from the Sim 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://www.sim.ai/api/v1/logs/executions/{executionId}" \  -H "X-API-Key: YOUR_API_KEY"
{
  "executionId": "c7a92e15-3f4b-4d8c-a1e6-9b0d5f2c8e74",
  "workflowId": "3b1f7c92-8d4e-4a6b-9c0d-5e2f8a714b36",
  "workflowState": {},
  "executionMetadata": {}
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}