Skip to main content
GET
Get async workflow status
Poll async work such as consent revocation or field rebuilds. Statuses: accepted, running, completed, failed.

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code with PKCE. Implicit and password flows are unsupported.

Path Parameters

workflow_id
string
required

Response

Workflow status.

id
string
required
type
enum<string>
required
Available options:
consent_revocation_cascade,
profile_recompute,
ontology_fields_rebuild,
webhook_delivery
status
enum<string>
required
Available options:
accepted,
running,
completed,
failed
created_at
string<date-time>
required
updated_at
string<date-time>
required
error
object