Skip to main content
GET
List Check Runs

Overview

Returns the agent’s check runs for one environment, newest first, including runs still in flight. Use it for history or to see which run is active. To poll a single run, use Get Check Run.

Headers

string
required
Your API key for authentication.

Path Parameters

string
required
The agent’s unique identifier.

Query Parameters

string
default:"production"
The environment to list runs for: staging or production. Any other value falls back to production.
integer
default:"25"
Maximum number of runs to return. Minimum 1, maximum 100. Values outside that range are clamped.

Response

array
Array of check run objects, newest first.
null | array
null on success, or a list of error objects if the request failed.

Docs for agents: llms.txt