Skip to main content
POST
Resume a paused workflow run. The agent continues conducting the workflow. If the workflow has nothing left to do, the workflow run completes on resume and is returned with status: "COMPLETED". Resuming a workflow run that is already ACTIVE succeeds and changes nothing.

Authentication

Requires the x-api-key header with a valid workspace API key.

Path Parameters

string
required
The workflow run to resume.
This endpoint takes no body.

Response

boolean
Whether the request succeeded.
object
The workflow run in its new state. See Get Workflow Run for the full shape.

Errors

error
No workflow run with this id exists in your workspace.
error
The workflow run is already COMPLETED or CANCELLED. Terminal workflow runs cannot change status.