---
title: "List all AWS Batch jobs owned by the requesting user"
method: GET
path: "/api/containers/batch/jobs"
tags: ["AWS Batch"]
---

# List all AWS Batch jobs owned by the requesting user

`GET /api/containers/batch/jobs`

Lists AWS Batch jobs across all visible job queues (tagged with edh:visibility:<ClusterId> = true).
Only jobs with matching soca_JobOwner and soca_ClusterId tags are returned.
Optionally filter by a specific job queue or job status.

## Query parameters

- `job_queue` string
- `job_status` 'SUBMITTED' | 'PENDING' | 'RUNNABLE' | 'STARTING' | 'RUNNING' | 'SUCCEEDED' | 'FAILED'
- `time_range` integer

## Headers

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

## Response `200`

Jobs retrieved successfully

- object
  - `success` boolean, required
  - `message` object[], required
    - `jobId` string
    - `jobName` string
    - `jobQueue` string
    - `jobQueueName` string
    - `jobDefinition` string
    - `status` string
    - `createdAt` integer
    - `startedAt` integer
    - `stoppedAt` integer
    - `statusReason` string
    - `tags` object

## Other responses

- `400` — Bad request
- `500` — Internal server error

## Changes

- **2026-08-15** (v1) `058396b8f0f1` — 3 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 new optional `query` request parameter `time_range`
- **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/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)
