---
title: "Lists all InfiniBand partitions in the project and returns their details."
method: GET
path: "/projects/{project_id}/networking/ib-partitions"
tags: ["IB Partitions"]
---

# Lists all InfiniBand partitions in the project and returns their details.

`GET /projects/{project_id}/networking/ib-partitions`

## Path parameters

- `project_id` string, required

## Response `200`

- ListIBPartitionsResponseV1
  - `items` IBPartition[], required
    - `ib_network_id` string, required — ID of the InfiniBand network the partition belongs to.
    - `id` string, required — ID of the InfiniBand partition.
    - `name` string, required — Name of the InfiniBand partition.

## Other responses

- `401` — Error Authentication Failed
- `403` — Error Permissions
- `500` — Error Internal Server

---

[API](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway.md) · [All operations](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crusoecloud/crusoe-cloud-api-gateway/versions/a3fd2dedc72b/schema)
