enterprise
feature.You can read more about our enterprise offering here Bolna enterprise.Summary
This endpoint returns aggregated usage data for all sub-accounts associated with the authenticated user’s organization.It provides fine-grained insight into usage, consumption, and cost breakdowns for each sub-account.
Endpoint
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
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 usage details for all sub-accounts, including cost breakdown.
A list of usage data objects, with each object providing a breakdown for a single sub-account.
The starting timestamp (in ISO 8601 UTC format) to calculate usage.
The ending timestamp (in ISO 8601 UTC format) to calculate usage.
Total numbers of executions.
Total duration in seconds.
Total cumulative cost of executions in cents.
Total cumulative platform cost of executions in cents.
Total cumulative telephony cost of executions in cents.
A map of call status with their counts.
Unique identifier for the sub-account.
Human-readable name of the sub-account.