Phones
List Phones
Retrieve a list of all your cloud phones
GET
Query Parameters
Filter by phone status. One of:
ready, warming_up, or pending_setup.Number of phones to return (max 100).
Cursor for pagination. Pass the
nextCursor value from the previous response to get the next page. Omit for the first page.Response
Array of phone objects.
Whether there are more phones beyond this page.
Cursor to pass as the
cursor query parameter to retrieve the next page. null when there are no more pages.Error Responses
Unauthorized
Invalid Status
Invalid Cursor
Server Error