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

# List jobs by job type and filters

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

## Query parameters

- `interval` string, required
- `trigger_type` string, required
- `created_by` string, required
- `benchmark_ids` string[], required
- `cursor` integer, required
- `per_page` integer, required

## Response `200`

OK

- GithubComOpengovernOpengovernancePkgDescribeApiListComplianceJobsHistoryResponse
  - `items` GithubComOpengovernOpengovernancePkgDescribeApiListComplianceJobsHistoryItem[]
    - `benchmark_id` string
    - `created_at` string
    - `created_by` string
    - `integrations` GithubComOpengovernOpengovernancePkgDescribeApiIntegrationInfo[]
      - `integration_id` string
      - `integration_type` string
      - `name` string
      - `provider_id` string
    - `job_id` string
    - `job_status` string
    - `summarizer_jobs` 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)
