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
Example response
{
"$schema": "https://example.com/Summary.json",
"cost": {
"$schema": "https://example.com/CostAggregate.json"
}
}Changes
Changed in 2 of the 23 revisions of this API.11
- ○
added the required property
costto the response with the200statusresponse-required-property-added
- ○
- ▲
removed the required property
costfrom the response with the200statusresponse-required-property-removed
This revision also has 13 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲