GET
Summary: Get details of your calls
Operation ID: getCalls
Auth: unknown
Operation ID: getCalls
Auth: unknown
Description
Get details of your calls
Parameters (7)
conversation_uuid
(?, query, optional)
Return all the records associated with a specific conversation.
date_end
(string, query, optional)
Return the records that occurred before this point in time
date_start
(string, query, optional)
Return the records that occurred after this point in time
order
(string, query, optional, default: asc)
Either ascending or descending order.
Constraints: {'enum': ['asc', 'desc']}
page_size
(integer, query, optional, default: 10)
Return this amount of records in the response
Constraints: {'minimum': 1, 'maximum': 100}
record_index
(integer, query, optional, default: 0)
Return calls from this index in the response
status
(string, query, optional)
Filter by call status
Constraints: {'enum': ['started', 'ringing', 'answered', 'machine', 'completed', 'busy', 'cancelled', 'failed', 'rejected', 'timeout', 'unanswered']}
No probe data for this endpoint yet.