Skip to main content
GET
Get batch callback delivery history

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Organization-Id
string | null

Path Parameters

batch_id
string<uuid>
required

Response

Successful Response

id
string<uuid> | null
batch_id
string<uuid> | null
callback_url
string | null
payload_bytes
string | null
payload
BatchCallbackPayload · object | null

JSON payload delivered to a customer's callback_url when a batch reaches a terminal state.

Frozen at delivery time and stored as payload_bytes on the delivery row. Datetimes serialize via .isoformat() (+00:00 not Z) to preserve byte-equivalence for HMAC verification on the customer side.

signing_secret_id
string<uuid> | null
is_automatic
boolean | null
status_code
string | null
failure_reason_code
string | null
failure_detail
string | null
attempt_count
integer | null
max_attempts
integer | null
next_attempt_at
string<date-time> | null
created_at
string<date-time> | null
updated_at
string<date-time> | null
completed_at
string<date-time> | null
attempts
FullValidator · object[] | null