Skip to main content

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


    uploadedAudios

    object

    required

    Audios uploaded.


    countintegerrequired

    The number of audios uploaded.

    Format: int32
    Example: 1

    durationstringrequired

    The total duration of audios uploaded.

    Example: PT7.500S

    createdIdentitiesintegerrequired

    The number of identities created.

    Format: int32
    Example: 1

    createdVoiceprints

    object

    required

    Voiceprints created.


    countintegerrequired

    The number of voiceprints created.

    Format: int32
    Example: 1

    durationstringrequired

    The total duration of voiceprints created.

    Example: PT7.500S

    computedVoiceprints

    object

    required

    Voiceprints computed.


    countintegerrequired

    The number of voiceprints computed.

    Format: int32
    Example: 1

    durationstringrequired

    The total duration of voiceprints computed.

    Example: PT7.500S

    performedVerifications

    object

    required

    Verifications performed.


    countintegerrequired

    The number of verifications performed.

    Format: int32
    Example: 1

    durationstringrequired

    The total duration of verifications performed.

    Example: PT7.500S

    performedIdentityVerifications

    object

    required

    Identity verifications performed.


    countintegerrequired

    The number of identity verifications performed.

    Format: int32
    Example: 1

    durationstringrequired

    The total duration of identity verifications performed.

    Example: PT7.500S

    performedAuthenticityVerifications

    object

    required

    Authenticity verifications performed.


    countintegerrequired

    The number of authenticity verifications performed.

    Format: int32
    Example: 1

    durationstringrequired

    The total duration of authenticity verifications performed.

    Example: PT7.500S

    performedMessageVerifications

    object

    required

    Message verifications performed.


    countintegerrequired

    The number of message verifications performed.

    Format: int32
    Example: 1

    durationstringrequired

    The total duration of message verifications performed.

    Example: PT7.500S
Stats
{
"uploadedAudios": {
"count": 1,
"duration": "PT7.500S"
},
"createdIdentities": 1,
"createdVoiceprints": {
"count": 1,
"duration": "PT7.500S"
},
"computedVoiceprints": {
"count": 1,
"duration": "PT7.500S"
},
"performedVerifications": {
"count": 1,
"duration": "PT7.500S"
},
"performedIdentityVerifications": {
"count": 1,
"duration": "PT7.500S"
},
"performedAuthenticityVerifications": {
"count": 1,
"duration": "PT7.500S"
},
"performedMessageVerifications": {
"count": 1,
"duration": "PT7.500S"
}
}