List phone numbers associated with your account. Supports filtering by agent, provider, type, and search query. Results are paginated.
Documentation Index
Fetch the complete documentation index at: https://docs.cartesia.ai/llms.txt
Use this file to discover all available pages before exploring further.
Cartesia API key (sk_car_...). Get one at play.cartesia.ai/keys.
API version header.
2026-03-01 "2026-03-01"
Filter by assigned agent ID.
Filter by provider ID.
Filter by provider type.
twilio, cartesia Search by phone number, label, or agent name.
A cursor to use in pagination. starting_after is a phone number ID that defines your place in the list. For example, if you make a /agents/phone-numbers request and receive 20 objects, ending with pn_abc123, your subsequent call can include starting_after=pn_abc123 to fetch the next page of the list.
A cursor to use in pagination. ending_before is a phone number ID that defines your place in the list. For example, if you make a /agents/phone-numbers request and receive 20 objects, starting with pn_abc123, your subsequent call can include ending_before=pn_abc123 to fetch the previous page of the list.
(Pagination option) The number of phone numbers to return per page, ranging between 1 and 100. The default page limit is 10.