Skip to main content
GET
Retrieve a workflow run

Authorizations

next-auth.session-token
string
cookie
required

NextAuth session JWT cookie. Development: often next-auth.session-token. Production (HTTPS): often __Secure-next-auth.session-token. Send the cookie your browser receives after sign-in.

Path Parameters

runId
string<cuid2>
required

Workflow run identifier.

Response

Workflow run retrieved successfully

data
object
required

Full run shape returned by GET /api/v3/workflows/runs/{runId} and POST /api/v3/workflows/{workflowId}/test: the summary fields plus the captured trigger payload, per-step results, the persisted log trace, and retry/idempotency metadata.