---
title: "Get Client details"
method: GET
path: "/v2/nvcf/clients/{clientId}"
tags: ["Client Management For NVIDIA Super Admins"]
---

# Get Client details

`GET /v2/nvcf/clients/{clientId}`

Gets details of the specified client.Requires a bearer token in the HTTP Authorization header with 'account_setup' scope.  These endpoints are invoked by NVIDIA Super Admins working across accounts.

## Path parameters

- `clientId` string, UTF-8, required

## Response `204`

No Content

- ClientDetailsResponse — Response body for client.
  - `client` ClientDetailsDto, required — Data Transfer Object(DTO) representing a client
    - `clientId` string — Client Id
    - `ncaId` string, required — Associated NVIDIA Cloud Account id
    - `name` string, required — Name of the associated NVIDIA Cloud Account

---

[API](https://skmtc.dev/brevdev/apis/cloud-functions.md) · [All operations](https://skmtc.dev/brevdev/apis/cloud-functions/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brevdev/cloud-functions/revisions/add37b001ffc/schema)
