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

Response

200 - application/json

List of change requests

id
string

Unique identifier for the asset review.

asset_id
string

Unique identifier for the asset being reviewed.

asset_version_id
string | null

Unique identifier for the version of the asset being reviewed.

user_id
string

Unique identifier for the user who created the review.

assigned_user_id
string | null

Unique identifier for the user assigned to the review.

status
enum<string>

Status of the review.

Available options:
approved,
rejected
content
string

Content of the review.

mentions
string[]

List of user mentions in the review.

viewer_metadata
object

Metadata for the viewer.

attachments
object[]

List of attachments associated with the review.

version
object

Version of the asset being reviewed.

user
object

User who created the review.

assignee
object

User assigned to the review.

workspace_id
string | null

Unique identifier for the workspace.