Skip to main content
GET
Get Assets
Fetch assets grouped by parent_code and channel. Although the public API is GET, the service internally calls the downstream bulk filter API using POST.

Request Tracing

Pass X-Request-Id in the request header for traceability. If omitted, the service generates a UUID automatically. The request_id is returned in every response under status.request_id.

Validation

  • store_uuid is required
  • limit is capped at 50
  • asset_format values are loaded dynamically from the global config API; fallback values are image, video, pdf, 3D, text

Response Example

Error Response

HTTP Status Mapping

Authorizations

Authorization
string
header
required

Pass the API token as a Bearer token in the Authorization header.

Headers

X-Request-Id
string

Optional trace ID. If not provided, one is generated automatically

Query Parameters

store_uuid
string
required

Store identifier

channel
string
default:SMP

Channel filter

asset_format
enum<string>
default:image

Asset format filter. Valid values: image, video, pdf, 3D, text.

Available options:
image,
video,
pdf,
3D,
text
offset
integer
default:0

Pagination offset

limit
integer
default:50

Results per page (max 50)

Required range: x <= 50

Response

Assets fetched successfully

status
object
data
object