---
title: "List Deployment (scoped by ?namespace)"
method: GET
path: "/v0/deployments"
---

# List Deployment (scoped by ?namespace)

`GET /v0/deployments`

## Query parameters

- `namespace` string — Namespace (defaults to 'default'; 'all' lists across all namespaces).
- `limit` integer — Max items to return (default 50).
- `cursor` string — Opaque pagination cursor.
- `labels` string — Label selector: key=value,key2=value2.
- `tag` string — Restrict the result set to one tag value (tagged artifact kinds only).
- `latestOnly` boolean — Only return the literal latest tag per (namespace, name). Equivalent to tag=latest for tagged kinds.
- `includeTerminating` boolean — Include rows with a deletionTimestamp.
- `origin` string — Deployment origin filter: managed or discovered.

## Response `200`

OK

- ListOutputDeploymentBody
  - `items` Deployment[], nullable, required
    - `apiVersion` string, required
    - `kind` string, required
    - `metadata` ObjectMeta, required
      - `annotations` object
      - `createdAt` string, date-time
      - `deletionTimestamp` string, date-time
      - `labels` object
      - `name` string, required
      - `namespace` string
      - `tag` string
      - `uid` string
      - `updatedAt` string, date-time
    - `spec` DeploymentSpec, required
      - `deploymentRefs` DeploymentRef[], nullable
        - `name` string, required
        - `namespace` string
      - `desiredState` string
      - `env` object
      - `harness` DeploymentHarness
        - `permissionMode` string
        - `type` string, required
      - `runtimeConfig` object
      - `runtimeRef` ResourceRef, required
        - `kind` string, required
        - `name` string, required
        - `namespace` string
        - `tag` string
      - `targetRef` ResourceRef, required
        - `kind` string, required
        - `name` string, required
        - `namespace` string
        - `tag` string
    - `status` Status
      - `conditions` Condition[], nullable
        - `lastTransitionTime` string, date-time
        - `message` string
        - `reason` string
        - `status` string, required
        - `type` string, required
      - `details` unknown
  - `nextCursor` string

## Other responses

- `default` — Error

## Changes

- **2026-07-10** `c0e427347223` — 1 warning
  - removed the optional property `items/items/spec/harness/version` from the response with the `200` status
- **2026-07-01** `32b14abfd174` — 1 info
  - added the optional property `items/items/spec/harness` to the response with the `200` status
- **2026-06-09** `e116b3e6daf0` — 1 info
  - added the new optional `query` request parameter `origin`
- **2026-05-21** `2405fa410fce` — 1 warning, 1 info
  - removed the optional property `items/items/status/raw` from the response with the `200` status
  - added the optional property `items/items/status/details` to the response with the `200` status
- **2026-05-21** `54fc2c423f6b` — 1 info
  - added the optional property `items/items/status/raw` to the response with the `200` status

[Full history](https://skmtc.dev/agentregistry-dev/apis/agentregistry/changes/v0/deployments/get.md)

---

[API](https://skmtc.dev/agentregistry-dev/apis/agentregistry.md) · [All operations](https://skmtc.dev/agentregistry-dev/apis/agentregistry/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agentregistry-dev/agentregistry/revisions/ff92c159fb63/schema)
