/api/v1/jobs
GET /jobs — list jobs
Returns all configured jobs with their schedules and last execution status.Response
Job type:
drift_detection, vulnerability_scan, compliance_assess, or billing_sync.Cron expression for the job’s schedule.
GET /jobs/ — get job
Returns details for a single job.POST /jobs//trigger — trigger manual run
Runs the job immediately regardless of its schedule. Returns202 Accepted with an execution ID.
Response 202
GET /jobs//executions — list execution history
Returns past executions for a job.Query parameters
Filter by execution status:
running, succeeded, or failed.Page number.
Results per page.
Response
Number of new findings created during this execution (drifts, vulnerabilities, etc.).