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

# List jobs by job type and filters

`POST /schedule/api/v3/jobs`

## Request body

- GithubComOpengovernOpengovernancePkgDescribeApiListJobsByTypeRequest
  - `benchmark` string[]
  - `created_at` object
    - `from` integer
    - `to` integer
  - `cursor` integer
  - `integration_info` GithubComOpengovernOpengovernancePkgDescribeApiIntegrationInfoFilter[]
    - `integration_id` string
    - `integration_type` string
    - `name` string
    - `provider_id` string
  - `job_id` string[]
  - `job_type` string
  - `per_page` integer
  - `selector` string
  - `sort_by` string
  - `sort_order` string
  - `status` string[]
  - `updated_at` object
    - `from` integer
    - `to` integer

## Response `200`

OK

- GithubComOpengovernOpengovernancePkgDescribeApiListJobsByTypeResponse[]
  - `items` GithubComOpengovernOpengovernancePkgDescribeApiListJobsByTypeItem[]
    - `created_at` string
    - `job_id` string
    - `job_status` string
    - `job_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)
