Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
クエリするプロジェクトのID
"user/project"
クエリのフィルター条件。ObjectVersionFilter を参照してください
{
"latest_only": true,
"object_ids": ["my_favorite_model"]
}返す結果の最大数
100
返す前にスキップする結果数
0
クエリ結果の並べ替え条件。現在サポートしているのは 'object_id' と 'created_at' のみです。
[
{
"direction": "desc",
"field": "created_at"
}
]true の場合、val 列はデータベースから読み取られず、空になります。その他のフィールドはすべて返されます。
true の場合、size_bytes 列が返されます。
true の場合、タグとエイリアスを取得してレスポンスに含めます。
正常なレスポンス