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

# Get describe jobs history for give connection

`POST /schedule/api/v3/jobs/discovery`

## Request body

- GithubComOpengovernOpengovernancePkgDescribeApiListDescribeJobsRequest
  - `cursor` integer
  - `discovery_type` string[]
  - `end_time` string
  - `integration_info` GithubComOpengovernOpengovernancePkgDescribeApiIntegrationInfoFilter[]
    - `integration_id` string
    - `integration_type` string
    - `name` string
    - `provider_id` string
  - `job_status` string[]
  - `per_page` integer
  - `resource_type` string[]
  - `sort_by` string
  - `start_time` string

## Response `200`

OK

- GithubComOpengovernOpengovernancePkgDescribeApiGetDescribeJobsHistoryResponse[]
  - `date_time` string
  - `integration_info` GithubComOpengovernOpengovernancePkgDescribeApiIntegrationInfo
    - `integration_id` string
    - `integration_type` string
    - `name` string
    - `provider_id` string
  - `job_id` integer
  - `job_status` 'CREATED' | 'QUEUED' | 'IN_PROGRESS' | 'OLD_RESOURCE_DELETION' | 'TIMEOUT' | 'FAILED' | 'SUCCEEDED' | 'REMOVING_RESOURCES' | 'CANCELED'
  - `resource_type` string

---

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