Export job-level CI costs
Query parameters
Output format; only json is supported
Output format; only json is supported
Inclusive finished_at lower bound (RFC3339 or YYYY-MM-DD)
Inclusive finished_at lower bound (RFC3339 or YYYY-MM-DD)
Exclusive finished_at upper bound (RFC3339 or YYYY-MM-DD; date-only means through that UTC day)
Exclusive finished_at upper bound (RFC3339 or YYYY-MM-DD; date-only means through that UTC day)
Maximum jobs in this page
Maximum jobs in this page
Opaque next_cursor from a previous page. Resumes strictly after its (finished_at, job_id) position and retains the original time bounds; mutually exclusive with since and until.
Opaque next_cursor from a previous page. Resumes strictly after its (finished_at, job_id) position and retains the original time bounds; mutually exclusive with since and until.
Export structurally identified pre-panel CI jobs. Cursors cannot be reused across modes.
Export structurally identified pre-panel CI jobs. Cursors cannot be reused across modes.
Response
OK
Example response
{
"$schema": "https://example.com/ExportCICostDocument.json"
}Changes
Changed in 2 of the 23 revisions of this API.3
- ○
added the required property
jobs/items/experimentsto the response with the200statusresponse-required-property-added
- ○
added the required property
jobs/items/resume_source_job_uuidto the response with the200statusresponse-required-property-added
- ○
- ○
endpoint added
endpoint-added
- ○