---
title: "List Assets"
method: GET
path: "/v2/nvcf/assets"
tags: ["Asset Management"]
---

# List Assets

`GET /v2/nvcf/assets`

List assets owned by the current NVIDIA Cloud Account. Requires either a  bearer token or an api-key with invoke_function scope in the HTTP Authorization  header.

## Response `200`

OK

- ListAssetsResponse — Response body containing list of assets of the current nca id
  - `assets` AssetDto[] — List of assets uploaded for the nca id
    - `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)
