Skip to main content
POST
Pause a workflow run. The agent stops conducting the workflow: outreach to the lead stops and any queued messages are cancelled. Inbound replies are still answered. The agent cannot be given another workflow run on this lead until this one is resumed, cancelled, or completed. Pausing a workflow run that is already PAUSED 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 pause.
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.