Objs Query
Objs Query
POST
Objs Query
Body
application/json
The ID of the project to query
Example:
"user/project"
Filter criteria for the query. See ObjectVersionFilter
Example:
{
"latest_only": true,
"object_ids": ["my_favorite_model"]
}Maximum number of results to return
Example:
100
Number of results to skip before returning
Example:
0
Sorting criteria for the query results. Currently only supports 'object_id' and 'created_at'.
Example:
[
{
"direction": "desc",
"field": "created_at"
}
]If true, the val column is not read from the database and is empty.All other fields are returned.
If true, the size_bytes column is returned.
If true, tags and aliases are fetched and included in the response.
Response
Successful Response