---
title: "GET /api/scheduler/jobs"
method: GET
path: "/api/scheduler/jobs"
tags: ["Scheduler"]
---

# GET /api/scheduler/jobs

`GET /api/scheduler/jobs`

GET operation for /api/scheduler/jobs

## Query parameters

- `user` string
- `queue` string
- `scheduler_id` string

## Headers

- `X-EDH-USER` string, required
- `X-EDH-TOKEN` string, required

## Response `200`

Jobs retrieved successfully

- object
  - `success` boolean
  - `message` object — Jobs list and list of scheduler that returned an error

## Other responses

- `401` — Authentication required
- `500` — EDH scheduler error or JSON parsing failure

---

[API](https://skmtc.net/aws-samples/apis/engineering-development-hub-edh-api.md) · [All operations](https://skmtc.net/aws-samples/apis/engineering-development-hub-edh-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws-samples/engineering-development-hub-edh-api/versions/6db97cead8df/schema)
