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 recording storage metrics

get

List recordings metrics

Authorizations
Path parameters
workspaceIdstringRequired
Query parameters
limitinteger · min: 1 · max: 99Optional

Limits the number of results to return

Default: 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
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?