Get Eval Scores
getEvalScoresAggregate evaluation counts and flag distribution for an Assignment's Jobs since the given timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | When 'custom', only counts Jobs scored against the target revision's custom rubrics, and only `custom__*` rubric flags. Defaults to 'all' (platform + custom rubrics). | |
| since | Yes | ISO 8601 timestamp; only Jobs evaluated after this are counted | |
| agentId | Yes | The agent's unique identifier (Assignment ID) | |
| revision_id | No | 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. |