List Assets
List assets in the workspace, most recently created first.
Headers
xi-api-key
Query parameters
page_size
Number of assets to return.
cursor
Token from a previous response’s next_cursor. Omit to fetch the first page.
search
Optional free-text search filter over asset names.
Response
Successful Response
assets
List of Asset objects.
next_cursor
Pass as cursor to fetch the next page. null if there are no more results.
has_more
Whether there are more results to fetch.
Errors
422
Unprocessable Entity Error