---
title: "List deployment bindings (archive blockers)"
method: GET
path: "/v1/assistants/{agent_id}/deployments"
tags: ["assistants"]
---

# List deployment bindings (archive blockers)

`GET /v1/assistants/{agent_id}/deployments`

Enumerate active deployment bindings that block archival (§8).

## Path parameters

- `agent_id` string, uuid, required

## Response `200`

Successful Response

- DeploymentsResponse — GET /assistants/{id}/deployments (§8).
  - `bindings` DeploymentBinding[]
    - `resource_type` string, required
    - `resource_id` string, uuid, required
    - `display_name` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-12** `5a5597ebb2d6` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/oneloop-hq/apis/feather-api/changes/v1/assistants/:agent_id/deployments/get.md)

---

[API](https://skmtc.dev/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.dev/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/revisions/9cd7291d4228/schema)
