Skip to main content
GET
Get event processing status
Read processing status for an accepted event. Statuses: accepted, processing, processed, failed, rejected. Wait for processed before expecting profile facts.

Authorizations

Authorization
string
header
required

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

Path Parameters

event_id
string
required

Response

Event status and durable acceptance metadata.

event_id
string
required
customer_id
string
required
status
enum<string>
required
Available options:
accepted,
processing,
processed,
failed,
rejected
accepted_at
string<date-time>
required
processed_at
string<date-time> | null
error
object