---
title: "Get job agents matching a deployment selector"
method: GET
path: "/v1/deployments/{deploymentId}/job-agents"
---

# Get job agents matching a deployment selector

`GET /v1/deployments/{deploymentId}/job-agents`

## Path parameters

- `deploymentId` string, required

## Response `200`

Job agents matching the deployment selector

- object
  - `items` JobAgent[], required
    - `config` JobAgentConfig, required
    - `id` string, required
    - `metadata` object
    - `name` string, required
    - `type` string, required
    - `workspaceId` string, required

## Other responses

- `400` — Invalid request
- `404` — Resource not found

## Changes

- **2026-04-09** `a2188cc29abf` — 1 info
  - endpoint added
- **2026-02-11** `3924e3b154f6` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ctrlplanedev/apis/workspace-engine-api/changes/v1/deployments/:deploymentId/job-agents/get.md)

---

[API](https://skmtc.dev/ctrlplanedev/apis/workspace-engine-api.md) · [All operations](https://skmtc.dev/ctrlplanedev/apis/workspace-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ctrlplanedev/workspace-engine-api/revisions/e4a4bf1152c8/schema)
