Skip to content

Metadata by recordingId

GET
/recordings/{recordingId}

Retrieve all metadata key-value pairs for a recording. This endpoint can be accessed via either Bearer token authentication or presigned URL authentication.

Authorizations

Private API Key
Bearer token for authentication. Use your private API key as the token.

Parameters

Path Parameters

recordingId*

The recording ID

Type
string
Required
Example"000e8400-e00b-00d0-a716-446655440000"
Format
"uuid"

Responses

Successfully retrieved recording metadata

application/json
JSON
{
"metadata": {
"additionalProperties": "string"
}
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI