Recording details Retrieval
GET /v1/recordings/{recordingId}/details
Summary:
Retrieves detailed information about the specified recording.
Security:
Bearer Authentication required.
Path Parameter:
recordingId
: The recording’s unique identifier.
Response:
200 OK:
Returns a JSON object matching the RecordingDetails schema.401, 403, 404, 500: Error responses.