メインコンテンツへスキップ
GET
/
v2
/
{entity}
/
{project}
/
evaluation_runs
評価 run の一覧
curl --request GET \
  --url https://api.example.com/v2/{entity}/{project}/evaluation_runs \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "evaluation_run_id": "<string>",
    "evaluation": "<string>",
    "model": "<string>",
    "status": "<string>",
    "started_at": "2023-11-07T05:31:56Z",
    "finished_at": "2023-11-07T05:31:56Z",
    "summary": {}
  }
]

承認

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
必須

クエリパラメータ

evaluations
string[] | null

評価参照でフィルター

models
string[] | null

モデル参照でフィルター

evaluation_run_ids
string[] | null

評価 run の ID でフィルター

limit
integer | null

返す評価 run の最大数

offset
integer | null

スキップする評価 run の数

レスポンス

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

evaluation_run_id
string
必須

評価 run のID

evaluation
string
必須

評価への参照(weave:// URI)

model
string
必須

モデルへの参照(weave:// URI)

status
string | null

評価 run のステータス

started_at
string<date-time> | null

評価 run の開始日時

finished_at
string<date-time> | null

評価 run の終了日時

summary
Summary · object

評価 run の summary データ