Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
application/json
The ID of the project to query
Examples:
"user/project"
Filter criteria for the query. See ObjectVersionFilter
Examples:
{
"latest_only": true,
"object_ids": ["my_favorite_model"]
}
Maximum number of results to return
Examples:
100
Number of results to skip before returning
Examples:
0
Sorting criteria for the query results. Currently only supports 'object_id' and 'created_at'.
Examples:
[
{
"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.
Response
Successful Response