Logs
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}
Path parameters
executionIdstring required
Example:e4f8d2b6-9a1c-4e3d-8b7f-5c0a2d9e6f13
The unique execution identifier.
Response
Full execution state snapshot with workflow state and metadata.
Example response
{
"limits": {
"workflowExecutionRateLimit": {
"sync": {
"requestsPerMinute": 60,
"maxBurst": 10,
"remaining": 59,
"resetAt": "2025-06-20T14:16:00Z"
},
"async": {
"requestsPerMinute": 60,
"maxBurst": 10,
"remaining": 59,
"resetAt": "2025-06-20T14:16:00Z"
}
},
"usage": {
"currentPeriodCost": 1.25,
"limit": 50,
"plan": "pro"
}
}
}