メインコンテンツへスキップ
GET
/
v2
/
{entity}
/
{project}
/
scores
スコアの一覧
curl --request GET \
  --url https://api.example.com/v2/{entity}/{project}/scores \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "score_id": "<string>",
    "scorer": "<string>",
    "value": 123,
    "evaluation_run_id": "<string>",
    "wb_user_id": "<string>"
  }
]

承認

Authorization
string
header
必須

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

パスパラメータ

entity
string
必須
project
string
必須

クエリパラメータ

evaluation_run_id
string | null

評価 run ID でフィルター

limit
integer | null

返されるスコアの最大数

offset
integer | null

スキップするスコアの数

レスポンス

JSONL 形式のデータストリーム

score_id
string
必須

score ID

scorer
string
必須

scorer の参照(weave:// URI)

value
number
必須

score の値

evaluation_run_id
string | null

この score に関連付けられている場合の評価 run ID

wb_user_id
string | null

直接設定しないでください。サーバーがこのフィールドを自動的に設定します。