Skip to main content
Skip table of contents

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.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.