Delta Report History
Partner ProgramAuthentication requireddelta_report_history
List completed audit runs newest-first with component scores and run-over-run deltas.
Access: Partner Program or approved access with read_brand permission
When to use
Use to evaluate trends and select historical runs for comparison.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| limit | number | No | Maximum runs; default 10, maximum 50. |
| since | string | No | Only runs completed after this ISO-8601 date. |
| brand_slug | string | No | Brand selector for internal superadmin keys. Brand-scoped keys ignore it; OAuth users select an authorized brand with brand_id. |
Try this in Claude
How has our BAI changed since January?
Example request
{
"since": "2026-01-01",
"limit": 12
}
Example response coming soon.
