메인 콘텐츠로 건너뛰기
GET
/
v2
/
{entity}
/
{project}
/
evaluation_runs
평가 실행 목록 조회
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

평가 실행 ID로 필터링합니다.

limit
integer | null

반환할 평가 실행의 최대 개수입니다.

offset
integer | null

건너뛸 평가 실행 수

응답

JSONL 형식의 데이터 스트림

evaluation_run_id
string
필수

평가 실행 ID

evaluation
string
필수

평가에 대한 참조(weave:// URI)

model
string
필수

모델에 대한 참조(weave:// URI)

status
string | null

평가 실행 상태

started_at
string<date-time> | null

평가 실행이 시작된 시간

finished_at
string<date-time> | null

평가 실행이 완료된 시간

summary
Summary · object

평가 실행에 대한 요약 데이터