Skip to main content
GET
Read workflow run progress and frozen evidence

Authorizations

X-API-KEY
string
header
required

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

Path Parameters

id
string
required

Response

200 - 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
period
object
required
output
object | null
required
sync
object | null
required

Frozen transaction-sync evidence. A daily definition that requires sync should schedule at the end of its local day; an earlier occurrence remains parked until that day reaches its cutoff.

evidence
object
required
warnings
string[]
required
reason
string | null
required
Last modified on September 23, 2026