Skip to main content
POST
Restore workflow

Authorizations

api_key
string
header
required

Personal API key.

Path Parameters

app_id
string
required

ID of the app whose workflows you want to work with.

workflow_id
string
required

ID of the workflow, as returned in id by List workflows.

Response

The workflow is restored. Read status for whether it started.

workflow_id
string
required

ID of the workflow.

Example:

"68b1c0d4e7b91d003c45a1f2"

status
string
required

The status the workflow actually landed in, which is not always the one you asked for.

Example:

"active"

message
string | null

Why a restored workflow did not come back active, written for a person to read. null when you toggled the status yourself.

Example:

"The schedule already ended, so the workflow stayed inactive."