---
title: "List AWS Batch job queues visible to this EDH environment"
method: GET
path: "/api/containers/batch/job_queue"
tags: ["AWS Batch"]
---

# List AWS Batch job queues visible to this EDH environment

`GET /api/containers/batch/job_queue`

Retrieves AWS Batch job queues that are tagged with the EDH visibility tag for this cluster.
Only queues with status VALID and state ENABLED are returned.
If a specific job queue name is provided, only that queue is returned (if it has the correct tag).
Otherwise, all matching queues are returned with pagination handled automatically.

## Query parameters

- `job_queue` string

## Headers

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

## Response `200`

Job queues retrieved successfully

- object
  - `success` boolean, required
  - `message` object[], required
    - `jobQueueName` string
    - `jobQueueArn` string
    - `jobQueueType` string
    - `state` 'ENABLED' | 'DISABLED'
    - `status` 'CREATING' | 'UPDATING' | 'DELETING' | 'DELETED' | 'VALID' | 'INVALID'
    - `priority` integer
    - `computeEnvironmentOrder` object[]
      - `order` integer
      - `computeEnvironment` string
    - `tags` object

## Other responses

- `400` — Bad request - feature disabled or invalid parameters
- `401` — Unauthorized - invalid authentication
- `403` — Forbidden - IAM permission error
- `500` — Internal server error

---

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