---
title: "List attachments"
method: GET
path: "/v3/attachments"
tags: ["attachments"]
---

# List attachments

`GET /v3/attachments`

Lists all volume attachments

## Query parameters

- `limit` integer
- `marker` string
- `sort` string
- `instance_id` string
- `volume_id` string
- `status` string
- `attach_status` string

## Response `200`

OK

- Attachments
  - `attachments` Attachment[]
    - `id` string, uuid — The UUID of the attachment
    - `volume_id` string, uuid — The UUID of the volume
    - `instance` string, uuid, nullable — The UUID of the instance
    - `status` string — The attachment status
    - `attach_mode` string — The attachment mode
    - `attached_at` string, date-time, nullable — The date and time when attached
    - `detached_at` string, date-time, nullable — The date and time when detached
    - `connector` object, nullable — Connector information
    - `connection_info` object, nullable — Connection information

---

[API](https://skmtc.net/platform9/apis/cluster-blueprint-api.md) · [All operations](https://skmtc.net/platform9/apis/cluster-blueprint-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/platform9/cluster-blueprint-api/revisions/708ad90fe444/schema)
