List canonical Evaluation grader capabilities
GET
/v1/evaluations/gradersReturns the worker registry, defaults, and explicit reasons for unavailable graders. Configuration and dataset compatibility are validated when a run is bound.
How to call this endpoint
Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.
Path, query, and header parameters
These parameters control which ACP object the endpoint acts on and how the request is processed.
Path parameters
None.
Query parameters
None.
Body schema
This endpoint does not require a request body.
None.
What the API returns
Each response code below includes the documented payload shape for the ACP API.
200Canonical grader registryapplication/json
| Field | Type | Required | Description |
|---|---|---|---|
| object | list | Yes | — |
| schemaVersion | string | Yes | — |
| data | object[] | Yes | — |
| data[].id | string | Yes | Unique identifier. |
| data[].type | exact | deterministic | agent | code | Yes | — |
| data[].label | string | Yes | — |
| data[].description | string | Yes | Human-readable description. |
| data[].available | boolean | Yes | — |
| data[].reason | string | Yes | — |
| data[].defaultConfiguration | object | Yes | — |
401Authentication required
None.
403Organization or read permission denied
None.
List canonical Evaluation grader capabilities
Loading...
Response 200
Loading...