---
title: "Show Asset Details"
method: GET
path: "/v2/nvcf/assets/{assetId}"
tags: ["Asset Management"]
---

# Show Asset Details

`GET /v2/nvcf/assets/{assetId}`

Returns details for the specified asset-id belonging to the current NVIDIA  Cloud Account. Requires either a bearer token or an api-key with  'invoke_function' scope in the HTTP Authorization header.

## Path parameters

- `assetId` string, uuid, required

## Response `200`

OK

- AssetResponse
  - `asset` AssetDto — Data Transfer Object(DTO) representing an asset
    - `assetId` string, uuid — Asset id
    - `description` string — Description specified when creating the asset
    - `contentType` string — Content-type specified when creating the asset

---

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