オブジェクトのクエリ
オブジェクトのクエリ
POST
オブジェクトのクエリ
Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-docs-2658.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
承認
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
ボディ
application/json
クエリするプロジェクトのID
例:
"user/project"
クエリのフィルター条件。ObjectVersionFilter を参照してください
例:
{
"latest_only": true,
"object_ids": ["my_favorite_model"]
}true の場合、size_bytes 列が返されます。
true の場合、タグとエイリアスを取得してレスポンスに含めます。
返す結果の最大数
例:
100
true の場合、val 列はデータベースから読み取られず、空になります。その他のフィールドはすべて返されます。
返す前にスキップする結果数
例:
0
クエリ結果の並べ替え条件。現在サポートしているのは 'object_id' と 'created_at' のみです。
例:
[
{
"direction": "desc",
"field": "created_at"
}
]レスポンス
正常なレスポンス