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 paginated list of asset history entries.

id
string

Unique identifier for the asset history record.

workspace_id
string

Identifier for the workspace associated with the asset history.

asset_id
string

Identifier for the asset associated with the history record.

user_id
string

Identifier for the user who performed the action.

type
string

Type of history record (e.g., creation, update, deletion).

record_id
string

Identifier for the specific record within the history.

data
object

Additional data related to the history record.

asset
object

The associated asset.

version
object

The associated asset version.

attachment
object

The associated asset attachment.

comment
object

The associated asset comment.

review
object

The associated asset review.

reviewRequest
object

The associated asset review request.

user
object

The user who performed the action.

library
object

The associated library.

tag
object

The associated tag.

status
object

The status of the asset.