Skip to main content
GET

Query Parameters

string
Filter by phone status. One of: ready, warming_up, or pending_setup.
number
default:"50"
Number of phones to return (max 100).
string
Cursor for pagination. Pass the nextCursor value from the previous response to get the next page. Omit for the first page.

Response

array
Array of phone objects.
boolean
Whether there are more phones beyond this page.
string
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