GET /v1/emails/{id}
Works for both directions. For outbound messages the events trace the send lifecycle; for inbound messages it reflects receipt. To read the rendered body, use GET /v1/emails/{id}/body.
Path parameters
The message id returned by a send, batch item, reply, or list.
Request
Response
200 OK — the message with its events lifecycle.
200 OK
Fields
The message identifier.
The sender address.
The recipient addresses.
The subject line.
The current status — e.g.
queued, sent, delivered, bounced, complained.outbound or inbound.When the message was created (ISO 8601).
The ordered lifecycle — each event has a
type and a timestamp; engagement events may carry extra detail.