---
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 schedulers that returned an error
    - `jobs` object[]
      - `Job_Name` string
      - `Job_Owner` string
      - `job_state` 'Q' | 'R' | 'H' | 'S' | 'E' | 'F'
      - `queue` string
    - `scheduler_errors` string[] — List of scheduler identifiers that failed to return jobs

## Other responses

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

## Changes

- **2026-08-15** (v1) `058396b8f0f1` — 4 info
  - the endpoint scheme security `socaAuth AND socaToken` was added to the API
  - the endpoint scheme security `edhAuth AND edhToken` was removed from the API
  - added the optional property `message/jobs` to the response with the `200` status
  - added the optional property `message/scheduler_errors` to the response with the `200` status
- **2026-04-21** (v1) `6db97cead8df` — 2 info
  - the endpoint scheme security `edhAuth AND edhToken` was added to the API
  - the endpoint scheme security `socaAuth AND socaToken` was removed from the API
- **2026-04-16** (v1) `50051f4491c5` — 2 breaking, 2 warning
  - added the new required `header` request parameter `X-EDH-TOKEN`
  - added the new required `header` request parameter `X-EDH-USER`
  - deleted the `header` request parameter `X-SOCA-TOKEN`
  - deleted the `header` request parameter `X-SOCA-USER`
- **2025-11-17** (v1) `0f78e4dd8dcc` — 4 info
  - api tag `Scheduler` added
  - api tag `PBS Pro Scheduler` removed
  - added the new optional `query` request parameter `queue`
  - added the new optional `query` request parameter `scheduler_id`
- **2025-08-05** (v1) `55c07c16d2e1` — 2 breaking, 4 warning, 4 info
  - added the new required `header` request parameter `X-SOCA-TOKEN`
  - added the new required `header` request parameter `X-SOCA-USER`
  - deleted the `header` request parameter `X-EDH-TOKEN`
  - deleted the `header` request parameter `X-EDH-USER`
  - …6 more

[Change history](https://skmtc.dev/aws-samples/apis/engineering-development-hub-edh-api/changes/api/scheduler/jobs/get.md)

---

[API](https://skmtc.dev/aws-samples/apis/engineering-development-hub-edh-api.md) · [All operations](https://skmtc.dev/aws-samples/apis/engineering-development-hub-edh-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aws-samples/engineering-development-hub-edh-api/revisions/058396b8f0f1/schema)
