Export finalized CI panel metrics
Query parameters
Output format; only json is supported
Output format; only json is supported
Inclusive posted_at lower bound (RFC3339 or YYYY-MM-DD)
Inclusive posted_at lower bound (RFC3339 or YYYY-MM-DD)
Exclusive posted_at upper bound (RFC3339 or YYYY-MM-DD; date-only means through that UTC day)
Exclusive posted_at upper bound (RFC3339 or YYYY-MM-DD; date-only means through that UTC day)
Maximum panels in this page
Maximum panels in this page
Opaque next_cursor from a previous page. Resumes strictly after its (posted_at, panel_id) position; mutually exclusive with since.
Opaque next_cursor from a previous page. Resumes strictly after its (posted_at, panel_id) position; mutually exclusive with since.
Export the frozen pre-panel ci_pr_reviews era instead of panel runs. Cursors are namespaced to this mode and cannot be reused across modes.
Export the frozen pre-panel ci_pr_reviews era instead of panel runs. Cursors are namespaced to this mode and cannot be reused across modes.
Response
OK
Example response
{
"$schema": "https://example.com/ExportCIMetricsDocument.json"
}Changes
Changed in 3 of the 23 revisions of this API.13
- ○
added the required property
panels/items/experimentsto the response with the200statusresponse-required-property-added
- ○
added the required property
panels/items/jobs/items/resume_source_job_uuidto the response with the200statusresponse-required-property-added
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 13 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲