---
title: "List jobs by job type and filters"
method: GET
path: "/compliance/api/v3/jobs/history"
tags: ["scheduler"]
---

# List jobs by job type and filters

`GET /compliance/api/v3/jobs/history`

## Query parameters

- `interval` string, required
- `trigger_type` string, required
- `created_by` string, required
- `cursor` integer, required
- `per_page` integer, required

## Response `200`

OK

- GithubComOpengovernOpengovernancePkgComplianceApiListComplianceJobsHistoryResponse
  - `items` GithubComOpengovernOpengovernancePkgComplianceApiListComplianceJobsHistoryItem[]
    - `benchmark_id` string
    - `compliance_results_summary` GithubComOpengovernOpengovernancePkgComplianceApiComplianceStatusSummaryV2
      - `failed` integer
      - `passed` integer
      - `total_count` integer
    - `compliance_score` number
    - `created_at` string
    - `created_by` string
    - `integrations` GithubComOpengovernOpengovernancePkgComplianceApiIntegrationInfo[]
      - `integration_id` string
      - `integration_type` string
      - `name` string
      - `provider_id` string
    - `job_id` string
    - `job_status` string
    - `trigger_type` string
    - `updated_at` string
  - `total_count` integer

---

[API](https://skmtc.net/opengovern/apis/opengovernance-service-api.md) · [All operations](https://skmtc.net/opengovern/apis/opengovernance-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opengovern/opengovernance-service-api/revisions/ab05295c4094/schema)
