List phone numbers in your workspace.
curl --request GET \ --url https://api.vogent.ai/api/phone_numbers
{ "data": [ { "id": "<string>", "number": "+18001234567", "agentId": "<string>" } ], "cursor": "<string>" }
The maximum number of phone numbers to list.
The pagination cursor returned by the previous request. Feed the result provided by vogent verbatim.
Successful operation
The response is of type object.
object