v1

latestOpenAPI 3.1.02026-07-17121821.6 KB
Executions

Get workflow execution

Requires executions:read.

get/api/v1/workflows/{workflow_id}/executions/{public_id}

Path parameters

workflow_idinteger required

Workflow numeric ID.

public_idstring required

Human-readable execution public ID.

Response

Workflow execution.

Example response

{
  "data": {
    "id": "blue-orbit-route"
  }
}