Capture metadata
POST
/recordings/{recordingId}/meta
Attach searchable metadata to a recording so you can query recordings by customer, device, rollout state, or any other field. See Recording metadata for implementation guidance.
Authorizations
Public API Key
Public API key for authentication.
Parameters
Path Parameters
recordingId*
The recording ID
Type
Requiredstring
Example
"000e8400-e00b-00d0-a716-446655440000"Format
"uuid"Request Body
application/json
JSON
{
"userId": "user-123",
"orgId": "org-9",
"plan": "pro",
"environment": "production"
}
Responses
Successfully captured recording meta data