List review jobs
Query parameters
Return a single job by ID
Return a single job by ID
Filter by job status
Filter by job status
Filter by repo root path (repeatable)
Filter by repo root path (repeatable)
Filter by git ref
Filter by git ref
Filter by branch name
Filter by branch name
Only jobs with empty or unset branch
Only jobs with empty or unset branch
Include jobs with no branch when filtering by branch
Include jobs with no branch when filtering by branch
Filter by review closed state
Filter by review closed state
Filter by job type
Filter by job type
Exclude jobs of this type
Exclude jobs of this type
Hide auto-design-router rows (job_type=classify and status=skipped)
Hide auto-design-router rows (job_type=classify and status=skipped)
Return all jobs (members + synthesis) of one panel run
Return all jobs (members + synthesis) of one panel run
Omit prompt and diff content from returned jobs (metadata-only listing; queued/running jobs keep their prompt)
Omit prompt and diff content from returned jobs (metadata-only listing; queued/running jobs keep their prompt)
Filter repos by path prefix
Filter repos by path prefix
Max results (default 50, 0=unlimited, max 10000)
Max results (default 50, 0=unlimited, max 10000)
Skip N results (requires limit>0)
Skip N results (requires limit>0)
Deprecated numeric job cursor retained for compatibility
Deprecated numeric job cursor retained for compatibility
Opaque next_cursor from a previous page; resumes after its immutable enqueue-time position
Opaque next_cursor from a previous page; resumes after its immutable enqueue-time position
Response
OK
Example response
{
"$schema": "https://example.com/ListJobsOutputBody.json",
"jobs": [
{
"$schema": "https://example.com/ReviewJob.json"
}
]
}Changes
Changed in 6 of the 23 revisions of this API.314
- ○
added the optional property
jobs/items/experimentsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
jobs/items/resume_source_job_uuidto the response with the200statusresponse-optional-property-added
- ○
- ○
added the new optional
queryrequest parameterbranch_emptynew-optional-request-parameter
- ○
added the new optional
queryrequest parametercursornew-optional-request-parameter
- ○
added the optional property
filtered_statsto the response with the200statusresponse-optional-property-added
- ○
added the required property
next_cursorto the response with the200statusresponse-required-property-added
- ○
added the required property
stats/canceledto the response with the200statusresponse-required-property-added
- ○
added the required property
stats/failedto the response with the200statusresponse-required-property-added
- ○
added the required property
stats/queuedto the response with the200statusresponse-required-property-added
- ○
added the required property
stats/runningto the response with the200statusresponse-required-property-added
- ○
added the required property
stats/skippedto the response with the200statusresponse-required-property-added
- ○
- ○
added the new optional
queryrequest parameteromit_promptnew-optional-request-parameter
- ○
- ○
added the optional property
jobs/items/panel_summary/first_started_atto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
jobs/items/panel_summary/members_with_costto the response with the200statusresponse-optional-property-added
- ○
- ●
deleted the
queryrequest parameteromit_promptrequest-parameter-removed
- ●
removed the optional property
jobs/items/panel_summary/first_started_atfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
jobs/items/panel_summary/members_with_costfrom the response with the200statusresponse-optional-property-removed
This revision also has 13 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●