enterprise
feature.You can read more about our enterprise offering here Bolna enterprise.Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier of the sub-account.
Query Parameters
The start timestamp (in ISO 8601 UTC format) from which to calculate usage. If not provided, the start of the current month (UTC) is used by default.
The end timestamp in ISO 8601 UTC format up to which usage is calculated. If not provided, the end of the current date (in UTC) will be used.
Response
Get all usage details for the sub-account
The starting timestamp (in ISO 8601 UTC format) to calculate usage
"2025-06-25"
The ending timestamp (in ISO 8601 UTC format) to calculate usage
"2025-06-27T23:59:59.999999"
Total numbers of executions
12
Total duration in seconds
151
Total cumulative cost of executions in cents
31.754
Total cumulative platform cost of executions in cents
22
Total cumulative telephony cost of executions in cents
2.673
A map of call status with their counts. Valid status keys include:
- queued
- initiated
- ringing
- in-progress
- call-disconnected
- completed
- balance-low
- busy
- no-answer
- canceled
- failed
- stopped
- error
{ "completed": 11, "no-answer": 1 }
{
"elevenlabs": {
"eleven_turbo_v2_5": { "characters": 577, "cost": 5.77 }
}
}
{
"deepgram": {
"nova-2": { "duration": 125.5993724, "cost": 1.233 }
}
}