Skip to main content
POST
/
api
/
v1
/
executions
/
{execution_id}
/
resume
Error
A valid request URL is required to generate request examples

Authorizations

Authorization
string
header
required

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

Path Parameters

execution_id
string
required

Execution ID to resume

Body

application/json

Request to resume a waiting execution

data
any
required

Data to resume with

step_key
string
required

Step key that's waiting

Response

Execution resumed