---
title: "List all EKS jobs owned by the current user"
method: GET
path: "/api/containers/eks/jobs"
tags: ["Elastic Kubernetes Service (EKS)"]
---

# List all EKS jobs owned by the current user

`GET /api/containers/eks/jobs`

Retrieves a list of all EKS jobs owned by the authenticated user across tagged EKS clusters

## Query parameters

- `cluster` string, required
- `namespace` string

## Headers

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

## Response `200`

Jobs retrieved successfully

- object
  - `success` boolean, required
  - `message` object, required

## Other responses

- `400` — Bad request - missing required parameters
- `401` — Unauthorized - invalid authentication
- `404` — Namespace not found
- `500` — Internal server error

---

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