empower
Get call details by UUID
Retrieves the full details of an Empower-analyzed call by its UUID, including transcription, scores, and metadata.
Permission: Empower Read required.
Monitoring: No impact. Visibility depends on your Empower role.
get/empower/call/{callUUID}
Path parameters
callUUIDstring required
Call unique Identifier
Response
Successful operation — returns the full call object.
Example response
{
"moments": [
{
"moment_id": 100000,
"team_id": 100000,
"keywords": [
{
"keyword_id": 100000
}
]
}
],
"moods": [
{
"mood_score": 0.198754
}
]
}