List recording storage metrics
Recording Storage Metrics are data related to the call recordings in a given workspace. We charge for recording storage on a per-byte basis.
This endpoint provides details on the storage usage for charging calculation.
In order to retrieve recording storage metrics, you can use the following endpoint:
List recordings metrics
Authorizations
Path parameters
workspaceIdstringRequired
Query parameters
limitinteger · min: 1 · max: 99OptionalDefault:
Limits the number of results to return
10
pageTokenstring · max: 8000Optional
Pagination token that keeps of track of the current position in the list
sourceIdstring · uuidOptional
The ID for the source.
Responses
200
OK
application/json
404
Not found
application/json
422
Unprocessable Entity
application/json
get
GET /workspaces/{workspaceId}/recording-metrics HTTP/1.1
Host:
Authorization: Bearer jwt
Accept: */*
{
"counter": 1,
"dailyStorageUsage": {
"ANY_ADDITIONAL_PROPERTY": 1
},
"updatedAt": "2025-07-12T00:07:56.077Z"
}
curl "/workspaces/{workspaceId}/recording-metrics" \
-H 'Authorization: Bearer {Token}'
Last updated
Was this helpful?