Retrieve Assets

Returns a paginated list of uploaded assets (images, PDFs, JS, CSS files) used in templates and pages.

Query Params
integer

Filter by asset ID

string

Filter by keywords (partial match)

types
array of strings

Filter by asset type. Valid values: image, pdf, js, css. Pass multiple to include several types.

types
integer

Filter by tag ID (relationship filter). Pass multiple tag_id[] to match any.

string

Filter by creation date. Supports operators: >, >=, <, <=

string

Filter by last updated date. Supports operators: >, >=, <, <=

integer

The field to be included in the json response. You can have multiple columns[] query params included in the request URL.

integer

The page to return.

integer

The total results to return per page.

string

The field to sort the request by. column_name|asc OR desc

Response

Language
Credentials
Bearer
JWT
URL
Response
Choose an example:
application/json