Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-account-id
string<uuid>
required
x-workspace-id
string<uuid>
required

Path Parameters

asset_id
string
required

Response

200 - application/json

A list of comments

id
string

Unique identifier for the comment.

asset_id
string

Identifier of the asset the comment is associated with.

asset_version_id
string | null

Identifier of the asset version the comment is associated with, if any.

user_id
string

Identifier of the user who made the comment.

content
string

The content of the comment.

mentions
string[]

List of user identifiers mentioned in the comment.

viewer_metadata
object

Metadata related to the viewer.

attachments
object[]

List of attachments associated with the comment.

version
object

The version of the asset associated with the comment.

user
object

The user who made the comment.