---
title: "POST /experimental/eval-runs-v2:check"
method: POST
path: "/experimental/eval-runs-v2:check"
tags: ["Evals"]
---

# POST /experimental/eval-runs-v2:check

`POST /experimental/eval-runs-v2:check`

Checks an eval run up front: validates the agent/model selection, workspace access, and the modelSelection entitlement from the selection alone, with no fixture data.

## Headers

- `Authorization` string

## Request body

- object
  - `workspaceName` string, required
  - `agent` string
  - `model` string
  - `scorerAgent` string
  - `scorerModel` string

## Response `200`

Default Response

- object
  - `links` object, required
    - `self` string, uri, required
  - `data` object, required
    - `id` string, required
    - `type` 'eval-run-check', required
    - `attributes` object, required
      - `ok` true, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/tessl/apis/tessl-api.md) · [All operations](https://skmtc.net/tessl/apis/tessl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tessl/tessl-api/versions/fbb186825642/schema)
