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
HTTPRequired
Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')
Path parameters
workspaceIdstringRequired
Query parameters
limitinteger · min: 1 · max: 99OptionalDefault:
Limits the number of results to return
10pageTokenstring · 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
/workspaces/{workspaceId}/recording-metricsGET /workspaces/{workspaceId}/recording-metrics HTTP/1.1
Host: api.bird.com
Authorization: AccessKey YOUR_SECRET_TOKEN
Accept: */*
{
"counter": 1,
"dailyStorageUsage": {
"ANY_ADDITIONAL_PROPERTY": 1
},
"updatedAt": "2025-11-25T12:13:05.435Z"
}curl "/workspaces/{workspaceId}/recording-metrics" \
-H 'Authorization: AccessKey YOUR_SECRET_TOKEN'{
"counter": 27,
"duration": 704,
"dailyStorageUsage": {},
"updatedAt": "2023-07-07T11:53:28.176Z"
}Last updated
Was this helpful?

