List analyzed calls
Retrieves a list of calls analyzed by Empower, with optional filters (date range, direction, language, mood, etc.).
Permission: Empower Read required.
Monitoring: No impact. Visibility depends on your Empower role: Admin sees all team calls, Supervisor sees supervised users' calls, User sees own calls only.
Date and creation date constraints:
- call_date_from must be before or equal to call_date_to.
- The range between call_date_from and call_date_to must be 15 days or less.
- creation_date_from must be before or equal to creation_date_to.
- The range between creation_date_from and creation_date_to must be 15 days or less.
Query parameters
call source (multiple values can be used and separated by a semicolon (;))
call direction
call "from" date
call "to" date
call object creation "from" date
call object creation "to" date
call audio duration "from" in seconds
call audio duration "to" in seconds
call languages (multiple values can be used and separated by a semicolon (;))
call favorite
call states (multiple values can be used and separated by a semicolon (;))
call moment_id (multiple values can be used and separated by a semicolon (;))
user_id (multiple values can be used and separated by a semicolon (;))
phone numbers (multiple values can be used and separated by a semicolon (;))
speaker type
mood labels (multiple values can be used and separated by a semicolon (;))
tag ids (multiple values can be used and separated by a semicolon (;))
the sort order (default='DESC')
pagination offset
the number of calls to get
text that the transcription should contains
Response
Successful operation — returns the list of matching analyzed calls.
Example response
[
{
"moments": [
{
"moment_id": 100000,
"team_id": 100000,
"keywords": [
{
"keyword_id": 100000
}
]
}
]
}
]