Authorizations
API key for authentication (format: Bearer YOUR_API_KEY)
Path Parameters
Usage record ID
Response
Usage record details
Unique usage record identifier
Example:
"usage_123456789"
Type of usage
Available options:
call_analysis, feedback_generation, integration_sync, api_call Example:
"call_analysis"
Credits consumed
Example:
5
When the usage occurred
Example:
"2025-01-27T10:30:00Z"
Description of the usage
Example:
"Analyzed 30-minute Gong call"
Additional usage metadata
Example:
{
"callDuration": 1800,
"participants": 3,
"integrationType": "gong"
}