Skip to main content
GET
Get asset

Authorizations

Authorization
string
header
required

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

Headers

X-Organization-Id
string | null

Path Parameters

id
string<uuid>
required

Query Parameters

add_signature
boolean
default:true

Replace url and thumbnail_url with presigned GET URLs valid for up to 1 week. Default: true on detail (GET /assets/{id}), false on search (GET /assets). When false, storage does not need to be configured.

embed
string | null

Relation embedding. Available values: created_by_user. Use a comma-separated list to request multiple embeds.

Response

The requested asset.

Response shape.

id
string<uuid> | null
org_id
string<uuid> | null
folder_id
string<uuid> | null
name
string | null
r2_key
string | null
url
string | null
thumbnail_url
string | null
mime_type
string | null
size_bytes
integer | null
asset_type
string | null
source_type
string | null
source_id
string | null
created_by
string<uuid> | null
created_at
string<date-time> | null
updated_at
string<date-time> | null
deleted_at
string<date-time> | null
deleted_by
string<uuid> | null
created_by_user
EmbedValidator · object | null

Minimal user shape for embedded user fields.

Includes only display-relevant fields. Excludes sensitive/admin fields: email_verified_at, disabled_at, is_internal, locale_code, timezone.