objects
List Objects.
List all Objects for the authenticated account with pagination support.
get/v1/objects
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 Objects.