curl --request GET \
--url https://api.open.cx/phone \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"org_id": "<string>",
"phone_number": "<string>",
"name": "<string>",
"type": "inbound",
"language": "<string>",
"accent": "<string>",
"handoff_phone_number": "<string>",
"speed": 123,
"interruptible": true,
"actionIds": [
"<string>"
],
"instructions": [
"<string>"
],
"data_collection_fields": [
"<string>"
],
"data_collection_webhook_url": "<string>",
"model": "oppie-vox",
"voice_id": "<string>",
"first_message": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"provider_external_id": "<string>",
"flow": null,
"manual_mode": true,
"custom_llm": "<string>",
"use_org_knowledgebase": true
}
]List all AI phone agents in your organization with full details including name, type, model, voice, language, phone number, and configuration.
curl --request GET \
--url https://api.open.cx/phone \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"org_id": "<string>",
"phone_number": "<string>",
"name": "<string>",
"type": "inbound",
"language": "<string>",
"accent": "<string>",
"handoff_phone_number": "<string>",
"speed": 123,
"interruptible": true,
"actionIds": [
"<string>"
],
"instructions": [
"<string>"
],
"data_collection_fields": [
"<string>"
],
"data_collection_webhook_url": "<string>",
"model": "oppie-vox",
"voice_id": "<string>",
"first_message": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"provider_external_id": "<string>",
"flow": null,
"manual_mode": true,
"custom_llm": "<string>",
"use_org_knowledgebase": true
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Default Response
inbound, outbound oppie-vox, oppie-vox-turbo, oppie-vox-2, oppie-vox-livekit Was this page helpful?