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
attachment_id
string
required

Response

200 - application/json

The requested attachment

Represents an attachment associated with an asset.

id
string

Unique identifier for the asset attachment.

asset_id
string

Identifier of the associated asset.

created_by_user_id
string

Identifier of the user who created the attachment.

file_id
string

Identifier of the file associated with the attachment.

thumbnail_file_id
string

Identifier of the thumbnail file associated with the attachment.

review_id
string

Identifier of the associated review.

comment_id
string

Identifier of the associated comment.

name
string

Name of the attachment.

description
string

Description of the attachment.

user
object

User associated with the attachment.