Get Workflow
Fetch a single workflow by ID.
Returns the full workflow including its `definition` (graph nodes/edges and
execution config), aggregate run stats, and the latest run status. The
`definition` is returned with any backwards-compatible config migrations
applied, so node configs always reflect the current schema even if the
workflow was saved with an older version.
Use `GET /workflows` to list multiple workflows without fetching their
full definitions.
Authentication
AuthorizationBearer
Clerk JWT token
OR
AuthorizationBearer
Onepin live API key (op_live_...). Test and public keys are reserved in Phase 1.
Path parameters
workflow_id
Headers
X-Workspace-Id
Response
Successful Response
data
meta
Errors
422
Unprocessable Entity Error

