cURL
curl --request GET \ --url https://api.eu.volubile.ai/v1/agents \ --header 'X-Api-Key: <api-key>'
{ "content": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "telephonyConfiguration": { "phoneNumbers": [ "+33612345678", "+33612345679" ], "sipConnection": { "did": "2566458" } }, "name": "<string>", "type": "INBOUND", "active": true, "recordable": true, "archived": true } ], "size": 123, "page": 123, "totalElements": 123, "totalPages": 123 }
Your API key.
Filter by type
INBOUND
OUTBOUND
The page number to be returned, starts at 1
The number of items to be returned, maximum 100
The sort property and direction
<property>,ASC
<property>,DESC
"property,DESC"
OK
List of items in the current page
Show child attributes
Unique identifier of the agent
Telephony configuration of the agent containing phone numbers and SIP connections
List of phone number(s) of the agent in the E.164 international standard format
["+33612345678", "+33612345679"]
SIP connection of the agent SIP trunk provided by Volubile to route your incoming calls to your agents (fqdn is available in the backoffice)
SIP agent DID
"2566458"
Name of the agent
Type of the agent
If the agent is active
If the agent record calls
If the agent is archived
The size of the page
The page number
The total amount of elements
The number of total pages