Skip to main content
GET
/
projects
/
{project_reference}
/
evals
/
{eval_id}
/
runs
/
{run_id}
/
report
Get Eval Run Report
curl --request GET \
  --url https://api.veryfront.com/projects/{project_reference}/evals/{eval_id}/runs/{run_id}/report \
  --header 'Authorization: Bearer <token>'
{
  "kind": "eval-report"
}

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

project_reference
string
required
eval_id
string
required
Minimum string length: 1
run_id
string
required
Minimum string length: 1

Response

Eval report

kind
enum<string>
required
Available options:
eval-report