Get analysis results for a recording

Poll for analysis results after uploading a recording. To avoid rate limiting, a polling interval of 15-30 seconds is recommended (minimum 5 seconds), with a polling timeout of five minutes.

Authentication

AuthorizationBearer

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

Path parameters

recording_idstringRequiredformat: "uuid"
The ID of the recording.

Query parameters

analysisstringOptional

Comma-separated list of analysis types to include (default: all)

Response

OK
metadataobject
Metadata about the recording.
analysisobject
Analysis results grouped by type.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error