Skip to main content
POST
Objs Query

Body

application/json
project_id
string
required

The ID of the project to query

Example:

"user/project"

filter
ObjectVersionFilter · object | null

Filter criteria for the query. See ObjectVersionFilter

Example:
limit
integer | null

Maximum number of results to return

Example:

100

offset
integer | null

Number of results to skip before returning

Example:

0

sort_by
SortBy · object[] | null

Sorting criteria for the query results. Currently only supports 'object_id' and 'created_at'.

Example:
metadata_only
boolean | null
default:false

If true, the val column is not read from the database and is empty.All other fields are returned.

include_storage_size
boolean | null
default:false

If true, the size_bytes column is returned.

include_tags_and_aliases
boolean | null
default:false

If true, tags and aliases are fetched and included in the response.

Response

Successful Response

objs
ObjSchema · object[]
required