Skip to main content
GET
/
phone
List AI phone agents
curl --request GET \
  --url https://api.open.cx/phone
{
  "items": [
    {
      "id": "<string>",
      "name": "<string>",
      "phone_number": "<string>"
    }
  ],
  "next": "<string>"
}

Query Parameters

cursor
string

Response

Default Response

items
object[]
required
next
string | null
required