---
title: "Retrieve details about all NVLink domains available for the project."
method: GET
path: "/projects/{project_id}/networking/nvlink-domains"
tags: ["NVLink Domains"]
---

# Retrieve details about all NVLink domains available for the project.

`GET /projects/{project_id}/networking/nvlink-domains`

## Path parameters

- `project_id` string, uuid, required

## Response `200`

- NvlinkDomainsSummaryListResponse
  - `nvlink_domains` NvlinkDomainSummaryResponse[] — List of NVLink domain summaries
    - `available_nodes` integer — Number of nodes currently available in the NVLink domain
    - `id` string — ID of the NVLink domain
    - `location` string — Geographic location of the NVLink domain
    - `name` string — Name of the NVLink domain
    - `total_nodes` integer — Total number of nodes in the NVLink domain

## 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/revisions/a3fd2dedc72b/schema)
