---
title: "Get system"
method: GET
path: "/v1/workspaces/{workspaceId}/systems/{systemId}"
---

# Get system

`GET /v1/workspaces/{workspaceId}/systems/{systemId}`

## Path parameters

- `workspaceId` string, required
- `systemId` string, required

## Response `200`

OK response

- SystemWithLinkedEntities
  - `description` string
  - `id` string, required
  - `metadata` object
  - `name` string, required
  - `slug` string, required
  - `workspaceId` string, required
  - `deployments` Deployment[], required
    - `description` string
    - `id` string, required
    - `jobAgentConfig` object, required
    - `jobAgentSelector` string, required — CEL expression to match job agents
    - `metadata` object
    - `name` string, required
    - `resourceSelector` string — CEL expression to determine if the deployment should be used
    - `slug` string, required
  - `environments` Environment[], required
    - `createdAt` string, date-time, required
    - `description` string
    - `id` string, required
    - `metadata` object
    - `name` string, required
    - `resourceSelector` string — CEL expression to determine if the environment should be used

## Other responses

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

## Changes

- **2026-04-08** `6199a729d4a1` — 2 warning
  - removed the optional property `allOf[subschema #2]/deployments/items/jobAgentId` from the response with the `200` status
  - removed the optional property `allOf[subschema #2]/deployments/items/jobAgents` from the response with the `200` status
- **2026-04-08** `e8cfb6371d5e` — 1 info
  - the response property `allOf[subschema #2]/deployments/items/jobAgentSelector` became required for the status `200`
- **2026-04-07** `cd9427a233bc` — 1 info
  - added the optional property `allOf[subschema #2]/deployments/items/jobAgentSelector` to the response with the `200` status
- **2026-03-11** `ac4f338f40a7` — 2 breaking, 2 info
  - the `allOf[subschema #2]/deployments/items/resourceSelector` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `allOf[subschema #2]/environments/items/resourceSelector` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - removed `#/components/schemas/JsonSelector, #/components/schemas/CelSelector` from the `allOf[subschema #2]/deployments/items/resourceSelector` response property `oneOf` list for the response status `200`
  - removed `#/components/schemas/JsonSelector, #/components/schemas/CelSelector` from the `allOf[subschema #2]/environments/items/resourceSelector` response property `oneOf` list for the response status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/ctrlplanedev/apis/ctrlplane-api/changes/v1/workspaces/:workspaceId/systems/:systemId/get.md)

---

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