Query Parameters
cursor?string|null
limit?Limit
Range
1 <= value <= 200Default
50Header Parameters
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/numbers"{ "items": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "e164": "string", "country_code": "string", "number_type": "string", "capabilities": [ "string" ], "provisioning_state": "string", "is_dedicated": true, "messaging_service_sid": "string" } ], "next_cursor": "string"}List Events
Cursor-paginated forward stream of call, email, and SMS events. Scoped to the caller's organization. Pass id (typed "<type>:<uuid>", e.g. "call:<uuid>") to narrow to one resource's events, or kind to narrow to one event kind. Walks forward in time — pass the returned next_cursor to continue tailing where you left off.
List Providers
Every saved provider row for the caller's organization, all layers.