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"
}
]
}