Basic
List Assets
Retrieve a paginated list of available assets. Optionally, use the ‘img’ query parameter to include a specific image variant with each asset. The ‘page’ and ‘limit’ parameters control pagination.
GET
Query Parameters
Optional. Specifies the image variant for each asset. Allowed values: 'false' (exclude images), 'true' (include default image), '64' (64px variant), or '32' (32px variant).
Available options:
false
, 32
, 64
, 128
Optional. Page number for pagination (0-indexed). Defaults to 0.
Required range:
0 <= x <= 20000
Optional. Maximum number of assets to return per page. Defaults to 100.
Required range:
0 <= x <= 100
Response
200 - application/json
Successful response
Was this page helpful?