Skip to main content
GET
Get Eval Scores

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

agentId
string<uuid>
required

The agent's unique identifier (Assignment ID)

Query Parameters

since
string<date-time>
required

ISO 8601 timestamp; only Jobs evaluated after this are counted

scope
enum<string>

When 'custom', only counts Jobs scored against the target revision's custom rubrics, and only custom__* rubric flags. Defaults to 'all' (platform + custom rubrics).

Available options:
all,
custom
revision_id
string<uuid>

Target a specific Assignment revision instead of the live revision. Only honoured when scope='custom' — non-custom scopes aggregate across all revisions. Defaults to the live revision when omitted.

Response

Default Response

total_evaluated
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991
with_issues
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991
flag_distribution
object[]
required