Skip to main content
GET
Delivery event audit trail for a single email message

Authorizations

x-api-key
string
header
required

Path Parameters

message_id
string
required

Response

Successful Response

All recorded events for a single outbound message.

Pairs the canonical headline state (delivery_status, delivery_status_at from the parent ConversationTurn) with the full append-only audit trail. The headline is the source of truth for "what state is the message in now"; the audit is the timeline.

provider_message_id
string
required
delivery_status
string | null
required
delivery_status_at
string<date-time> | null
required
events
MessageEventResponse · object[]