GET
/
orgs
/
{org}
/
records
/
voiceprint

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org
string
required

The handle of the organization.

Query Parameters

page
integer
default: 1

The index of the page.

page-size
integer
default: 20

The maximum size of the pages.

sort
enum<string>
default: computedAt

The criteria used to sort the voiceprint usage records.

Available options:
computedAt
after

The term used to search voiceprint usage records after or equal to the specified date.

before

The term used to search voiceprint usage records before or equal to the specified date.

Response

200 - application/json
id
string
required

The UUID of the voiceprint usage record. Is unique.

handle
string
required

The handle of the voiceprint usage record. Is unique.

actor
object | null
required

The user who computed the voiceprint.

model
string
required

The model of the voiceprint.

voiceprint
object | null
required

The voiceprint.

space
object | null
required

The space in which the voiceprint was computed.

owner
object | null
required

The original owner of the voiceprint.

computedAt
string
required

The date and time when the voiceprint was computed.