---
title: "Get compliance jobs history for give connection"
method: POST
path: "/schedule/api/v3/jobs/compliance"
tags: ["scheduler"]
---

# Get compliance jobs history for give connection

`POST /schedule/api/v3/jobs/compliance`

## Request body

- GithubComOpengovernOpengovernancePkgDescribeApiListComplianceJobsRequest
  - `benchmark_id` string[]
  - `cursor` integer
  - `end_time` string
  - `integration_info` GithubComOpengovernOpengovernancePkgDescribeApiIntegrationInfoFilter[]
    - `integration_id` string
    - `integration_type` string
    - `name` string
    - `provider_id` string
  - `job_status` string[]
  - `per_page` integer
  - `sort_by` string
  - `start_time` string

## Response `200`

OK

- GithubComOpengovernOpengovernancePkgDescribeApiGetComplianceJobsHistoryResponse[]
  - `benchmark_id` string
  - `date_time` string
  - `integration_info` GithubComOpengovernOpengovernancePkgDescribeApiIntegrationInfo
    - `integration_id` string
    - `integration_type` string
    - `name` string
    - `provider_id` string
  - `job_id` integer
  - `job_status` 'CREATED' | 'RUNNERS_IN_PROGRESS' | 'SUMMARIZER_IN_PROGRESS' | 'FAILED' | 'SUCCEEDED'

---

[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)
