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
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)
Cursor: return jobs with ID < this value
Cursor: return jobs with ID < this value
Response
OK
Example response
{
"$schema": "https://example.com/ListJobsOutputBody.json",
"jobs": [
{
"$schema": "https://example.com/ReviewJob.json"
}
]
}