Skip to main content
GET
Day-bucketed eval-run activity

Authorizations

x-api-key
string
header
required

Query Parameters

created_from
string<date-time> | null

Inclusive lower bound; defaults to 365 days ago.

created_to
string<date-time> | null

Upper bound; defaults to now. A date-only value (midnight) includes that whole day, matching the list endpoint.

scope
enum<string> | null
Available options:
live,
simulation,
test
channel
string | null
evaluator_id
string<uuid> | null
agent_id
string<uuid> | null

Response

Successful Response

Day-bucketed eval-run counts over a window, for the activity calendar.

Days are UTC. Every day in [period_start, period_end) is present, including zero days, so a calendar grid needs no client-side gap filling.

period_start
string<date-time>
required
period_end
string<date-time>
required
buckets
EvalActivityBucket · object[]