v15

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-03377590.5 KB
daemon

Get review summary statistics

get/api/summary

Query parameters

sincestring

Time window (e.g. 7d, 24h). Default: 7d

Time window (e.g. 7d, 24h). Default: 7d

repostring

Filter by repo root path

Filter by repo root path

branchstring

Filter by branch name

Filter by branch name

all'true' | 'false'

Include per-repo breakdown

Include per-repo breakdown

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

branchstring
repo_pathstring
sincestring date-time required

Example response

{
  "$schema": "https://example.com/Summary.json",
  "cost": {
    "$schema": "https://example.com/CostAggregate.json"
  }
}