Recording Tags Retrieval
GET /v1/recordings/{recordingId}/tags
Summary:
Retrieves the list of tags associated with a recording.
Security:
Bearer Authentication required.
Path Parameter:
recordingId
: The recording’s unique identifier.
Response:
200 OK:
Returns:CODE{ "tags": [ { "id": "uuid", "value": "TagName", "createdAt": "date-time" } ] }
401, 403, 404, 500: Error responses.