List canonical Evaluation grader capabilities

GET/v1/evaluations/graders

Returns 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
FieldTypeRequiredDescription
objectlistYes
schemaVersionstringYes
dataobject[]Yes
data[].idstringYesUnique identifier.
data[].typeexact | deterministic | agent | codeYes
data[].labelstringYes
data[].descriptionstringYesHuman-readable description.
data[].availablebooleanYes
data[].reasonstringYes
data[].defaultConfigurationobjectYes
401Authentication required
None.
403Organization or read permission denied
None.
List canonical Evaluation grader capabilities
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow