Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

baseId
string
required
workflowId
string
required
runId
string
required

Response

200 - application/json

Rerun eligibility result

canResume
boolean
required
resumeFromNodeId
string
reason
enum<string>
Available options:
workflowModified,
workflowDisabled,
noResumableSteps,
controlDataMissing,
payloadTruncated
Last modified on September 15, 2026