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
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: 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
/workspaces/{workspaceId}/recording-metrics

Last updated

Was this helpful?