List Assets

List assets in the workspace, most recently created first.

Headers

xi-api-keystringOptional

Query parameters

page_sizeintegerOptional1-100Defaults to 30
Number of assets to return.
cursorstring or nullOptional

Token from a previous response’s next_cursor. Omit to fetch the first page.

searchstring or nullOptional

Optional free-text search filter over asset names.

Response

Successful Response
assetslist of objects
List of Asset objects.
next_cursorstring or null

Pass as cursor to fetch the next page. null if there are no more results.

has_morebooleanRead-only
Whether there are more results to fetch.

Errors

422
Unprocessable Entity Error