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

# GET /api/scheduler/job

`GET /api/scheduler/job`

GET operation for /api/scheduler/job

## Query parameters

- `scheduler_id` string, required
- `serialize` string
- `job_id` string, required

## Headers

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

## Response `200`

Job information retrieved successfully

- object
  - `success` boolean
  - `message` object
    - `Job_Name` string
    - `Job_Owner` string
    - `job_state` 'Q' | 'R' | 'H' | 'S' | 'E' | 'F'
    - `queue` string

## Other responses

- `210` — Job may have terminated
- `400` — Missing job_id parameter
- `401` — Authentication required

---

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