Returns jobs in descending order with pagination based on jobType, status, projectId, triggeredBy, jobsHistoryInDays
Security
bearerAuth
Required param for jobType: Project Branching|Project Copy|Project Scan|Project Re-Scan|PDL Update|Project Deletion|Export to SBOM Insights|Update Notices|Project Import|Project Export|Remote Scan|Apply Policy - Global|Apply Policy - Project|Report - Audit Report|Report - Notices Report|Report - Project Report|Report - <Custom Report Name>
- Mock serverhttps://codeinsightapi.redocly.app/_mock/swagger/jobs
- Code Insight REST API Serverhttps://codeinsightapi.redocly.app/codeinsight/api/jobs
curl -i -X GET \
'https://codeinsightapi.redocly.app/_mock/swagger/jobs?jobType=string&status=New&projectId=0&triggeredBy=string&jobsHistoryInDays=0&limit=25&offset=1' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'