v13

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-015232292.9 KB
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.

executionIdstring

The unique identifier for this execution.

workflowIdstring

The workflow that was executed.

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"
    }
  }
}