Skip to main content
GET
/
v2
/
{entity}
/
{project}
/
evaluation_runs
/
{evaluation_run_id}
{
  "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": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

entity
string
required
project
string
required
evaluation_run_id
string
required

Response

Successful Response

evaluation_run_id
string
required

The evaluation run ID

evaluation
string
required

Reference to the evaluation (weave:// URI)

model
string
required

Reference to the model (weave:// URI)

status
string | null

Status of the evaluation run

started_at
string<date-time> | null

When the evaluation run started

finished_at
string<date-time> | null

When the evaluation run finished

summary
object | null

Summary data for the evaluation run