Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

delivery_id
string
required

Body

application/json
workspace_id
string
delivery_id
string

Response

200 - application/json

OK

delivery
object

Delivery is the customer-facing read model for one fanout of one event to one subscription/destination. It is read from Postgres event_delivery_records; the retained body lives in DynamoDB and its availability is reported by GetDelivery.body_retained.