メインコンテンツへスキップ
GET
/
v2
/
{entity}
/
{project}
/
scores
/
{score_id}
スコアの取得
curl --request GET \
  --url https://api.example.com/v2/{entity}/{project}/scores/{score_id} \
  --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
必須
score_id
string
必須

レスポンス

成功レスポンス

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

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