Get Assets

Retrieves list of assets.

Query Params
string

Public access token used to authorize the request. Requests may only come from the token's allowed domains. This parameter is mandatory when making requests from a browser. Outside of the browser instead supply a bearer header using a private access token.

string
required

Organization ID.

string

Name of an asset

boolean

Only include assets set to be public

string

A string which is included in the asset name

string

Asset type

string

ID of the imported file

string

Name of the org branch to connect to. If no value is provided the default value is "main".

string

Tags of the asset.

string

Keywords of the asset

string

Metadata of the asset. Must be passed in as a stringified JSON.

string

Proxy ID of an asset

number

Page to return, defaults to 1

number

Total number of entries per page, defaults to 30 and can only go up to 100

string

The direction and value to sort by, defaults to createdAt descending (denoted -createdAt)

string

Published status of assets. It can be 'published' or 'draft'.

string

Only fetch deleted assets

string

Include deleted assets in the response

Responses

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json