---
title: "Lists all jobs"
method: POST
path: "/schedule/api/v1/jobs"
tags: ["scheduler"]
---

# Lists all jobs

`POST /schedule/api/v1/jobs`

## Request body

- GithubComOpengovernOpengovernancePkgDescribeApiListJobsRequest
  - `from` integer
  - `interval` string
  - `pageEnd` integer
  - `pageStart` integer
  - `sortBy` string
  - `sortOrder` string
  - `statusFilter` string[]
  - `to` integer
  - `typeFilters` string[]

## Response `200`

OK

- GithubComOpengovernOpengovernancePkgDescribeApiListJobsResponse
  - `jobs` GithubComOpengovernOpengovernancePkgDescribeApiJob[]
    - `connectionID` string
    - `connectionProviderID` string
    - `connectionProviderName` string
    - `createdAt` string
    - `failureReason` string
    - `id` integer
    - `status` string
    - `title` string
    - `type` 'discovery' | 'analytics' | 'compliance'
    - `updatedAt` string
  - `summaries` GithubComOpengovernOpengovernancePkgDescribeApiJobSummary[]
    - `count` integer
    - `status` string
    - `type` 'discovery' | 'analytics' | 'compliance'

---

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