daemon

Get aggregate review cost

get/api/cost

Query parameters

repostring[] nullable

Repo root paths (repeatable)

Repo root paths (repeatable)

branchstring

Filter by branch name

Filter by branch name

branch_empty'true' | 'false'

Only jobs with empty/unset branch

Only jobs with empty/unset branch

sincestring

Time window (e.g. 7d); default all-time

Time window (e.g. 7d); default all-time

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

completeboolean required
jobs_totalinteger required
jobs_with_costinteger required
total_usdnumber double required

Example response

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

Changes

Changed in 2 of the 23 revisions of this API.11