Assets

List assets. Pass next_cursor back as cursor to read the next page; semantic searches return one ranked page, so next_cursor is always null when searchTerm is set.

Beta — this endpoint may change before general availability.

get/assets

Query parameters

projectIdstring uuid required
tagsstring[]
searchTermstring
type'image' | 'video' | 'font' | 'document' | 'audio'

AssetType

AssetType

status'approved' | 'draft' | 'archived'

AssetStatusFilter

AssetStatusFilter

labelstring
limitinteger
cursorstring

Opaque cursor from next_cursor. Ignored when searchTerm is set because semantic search returns one ranked page.

Opaque cursor from next_cursor. Ignored when searchTerm is set because semantic search returns one ranked page.

Headers

Replo-Api-Version'2026-08-21' required

The public API version to use for this request.

Response

List assets. Pass next_cursor back as cursor to read the next page; semantic searches return one ranked page, so next_cursor is always null when searchTerm is set.

object'list' required
has_moreboolean required
next_cursorstring nullable required

Changes

No recorded changes to this endpoint across all 1 revision of this API.