Skip to main content
GET
Get Checks

Overview

Returns the judges and test scenarios configured as pre-promotion checks for one environment, or null when none are configured. Set the config with Set Checks and run it with Start Check Run.

Headers

string
required
Your API key for authentication.

Path Parameters

string
required
The agent’s unique identifier.
string
required
staging or production. Checks do not attach to dev. Any other value returns 400 BAD_REQUEST.

Response

object | null
The environment’s check config, or null when no checks are configured.
array
One entry per judge, in the order they were attached.
null | array
null on success, or a list of error objects if the request failed.

Docs for agents: llms.txt