empower
Get key moments detected in a call
Retrieves the key moments detected by Empower AI during the specified call (e.g. objections, commitments, questions).
Permission: Empower Read required.
Monitoring: No impact. Visibility depends on your Empower role.
get/empower/call/{callUUID}/moments
Path parameters
callUUIDstring required
Call unique Identifier
Response
Successful operation — returns the list of key moments for the call.
Example response
[
{
"moment_id": 100000,
"team_id": 100000,
"keywords": [
{
"keyword_id": 100000
}
]
}
]