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/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"}