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

---

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