Query Parameters
cursor?string|null
limit?Limit
Range
1 <= value <= 1000Default
100id?string|null
kind?string|null
Header Parameters
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/events"{ "items": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "source": "call", "call_id": "0d0a16ab-a508-4d58-bf24-5dc3cb248f3e", "email_id": "8e6bf5ae-e456-4654-87f8-33e2156caffc", "sms_id": "92ddb31d-ddfe-4c89-98f6-b5cabf49fc53", "kind": "string", "payload": {}, "occurred_at": "2019-08-24T14:15:22Z" } ], "next_cursor": "string", "call_status": "queued"}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.
List Numbers
List dedicated numbers owned by the caller's organization. Cursor-paginated, newest first. Only org-owned numbers are listed — shared pool numbers used for outbound calls never appear here.