Appearance
Get recording statistics
GET
/statistics
Get statistics about recordings including total count, count for this month, and storage usage.
Authorizations
Private API Key
Bearer token for authentication. Use your private API key as the token.
TypeHTTP (bearer)
Example
"Bearer ak_1Q6AX5B5218353Q1AQNF2129YH5VAH02"or
Signature|Expires|KeyId + +
Signature
Signature for authentication. Use your presigned URL as the query parameters.
TypeAPI Key (query: signature)
Expires
Expiration timestamp (UNIX seconds)
TypeAPI Key (query: expires)
KeyId
Signing key identifier
TypeAPI Key (query: keyId)
Responses
Successfully retrieved recording statistics
application/json
JSON
{
"totalRecordings": 1234,
"recordingsThisMonth": 56,
"totalStorageBytes": 1073741824
}