Usage statistics
Usage statistics provide an aggregated and summarized view of the resources inside a space. Unlike usage records, they provide a view of only the currently existing resources and are therefore affected by deletions.
Access: To be able to view the usage statistics of a space, it must either belong to your user or to one of your organizations.
Fields
uploadedAudiosintegerrequired
The number of audios uploaded to the space.
Format:
int32
Example:
1
createdIdentitiesintegerrequired
The number of identities created in the space.
Format:
int32
Example:
1
createdVoiceprintsintegerrequired
The number of voiceprints created in the space.
Format:
int32
Example:
1
computedVoiceprintsintegerrequired
The number of voiceprints computed in the space.
Format:
int32
Example:
1
performedVerificationsintegerrequired
The number of verifications performed in the space.
Format:
int32
Example:
1
Stats
{
"uploadedAudios": 1,
"createdIdentities": 1,
"createdVoiceprints": 1,
"computedVoiceprints": 1,
"performedVerifications": 1
}