We use essential cookies to make our site work. With your consent, we may also use non-essential cookies to improve user experience and analyze website traffic. By clicking “Accept,” you agree to our website's cookie use as described in our Cookie Policy. You can change your cookie settings at any time by clicking “Preferences.”
    See how AI recommends your business — free →

    Delta Report History

    Partner ProgramAuthentication required

    delta_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.

    Related tools