---
title: "Retrieve details of a specific AWS Batch job"
method: GET
path: "/api/containers/batch/job"
tags: ["AWS Batch"]
---

# Retrieve details of a specific AWS Batch job

`GET /api/containers/batch/job`

Gets detailed information about an AWS Batch job including status, configuration, and container details

## Query parameters

- `job_id` string, required

## Headers

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

## Response `200`

Job details retrieved successfully

- object
  - `success` boolean, required
  - `message` object, required
    - `job_id` string
    - `job_name` string
    - `job_queue` string
    - `status` string
    - `job_definition` string
    - `created_at` integer
    - `started_at` integer
    - `stopped_at` integer
    - `status_reason` string

## Other responses

- `400` — Bad request - missing required parameters
- `404` — Job not found
- `500` — Internal server error

## Changes

> 6 revisions in range; 3 could not be searched.

- **2026-04-21** (v1) `6db97cead8df` — 1 info
  - endpoint added
- **2025-08-05** (v1) `55c07c16d2e1` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/aws-samples/apis/engineering-development-hub-edh-api/changes/api/containers/batch/job/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)
