objects

List Public Objects.

List all public Objects with pagination support.

get/v1/objects/list_public

Query parameters

limitinteger

The limit of items to return. Default is 20.

starting_afterstring

Load the next page of data starting after the item with the given ID.

namestring

Filter objects by name (partial match supported).

content_typestring

Filter objects by content type.

statestring

Filter objects by state (UPLOADING, READ_ONLY, DELETED).

searchstring

Search by object ID or name.

Response

Successfully retrieved list of public Objects.

has_moreboolean required

True if there are more results available beyond this page.

total_countinteger required

Total number of Objects across all pages.

remaining_countinteger required

Number of Objects remaining after this page.

Changes