Skip to main content
POST
Queue a new execution for the stored period using current workflow settings

Authorizations

X-API-KEY
string
header
required

Authorization method required to allow user to access the api endpoints.

Path Parameters

id
string
required

Response

202 - application/json
id
string<uuid>
required
workflow_id
string<uuid>
required
occurrence_at
string<date-time> | null
required
rerun_of
string<uuid> | null
required
requested_cutoff
string<date-time>
required

Inclusive observation bound; period.end is the exclusive end of the stored half-open period.

execution_status
enum<string>
required
Available options:
queued,
running,
succeeded,
failed,
cancelled,
skipped
tx_sync_status
enum<string>
required
Available options:
not_applicable,
waiting,
completed,
expired
delivery_status
enum<string>
required
Available options:
not_required,
pending,
sending,
sent,
failed,
cancelled
created_at
string<date-time>
required
cases
object[]
required
queued_at
string<date-time>
required
started_at
string<date-time> | null
required
Example:

null

Last modified on September 23, 2026