Path Parameters
email_id*Email Id
Format
uuidQuery Parameters
cursor?string|null
limit?Limit
Range
1 <= value <= 1000Default
100Header Parameters
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/emails/497f6eca-6276-4993-bfeb-53cbbbba6f08/events"{ "items": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "email_id": "8e6bf5ae-e456-4654-87f8-33e2156caffc", "kind": "sent", "payload": {}, "occurred_at": "2019-08-24T14:15:22Z" } ], "next_cursor": "string"}List Email Domains
List sender domains/identities for the caller's organization. Cursor-paginated, newest first. The response also includes default_from — the address a from-less POST /v1/emails would use right now given the org's current verified senders.
List Emails
List emails for the caller's organization, newest first. Cursor-paginated: pass the returned next_cursor to fetch the next page; a null next_cursor means there are no more results. Filter by status or direction (outbound/inbound). List entries omit body_text/body_html — fetch GET /v1/emails/{email_id} for the full body.