---
title: "GET /components/v1/asset"
method: GET
path: "/components/v1/asset"
tags: ["Assets"]
---

# GET /components/v1/asset

`GET /components/v1/asset`

Retrieves a list of all assets in the Assets Library.

## Response `200`

Assets retrieved successfully.

- GetAllAssetsResponse
  - `getAllAssetsResponse` object[]
    - `id` string — Asset ID.
    - `name` string — Asset name.
    - `type` 'product' | 'badge' | 'bgMobile' | 'bgDesk' | 'logo' | 'favicon' | 'bgBundle' | 'bgPopup' | 'general' | 'section' | 'productPrefix' | 'playerLevel' | 'banner' | 'addToHomeButtonImage' | 'addToHomeIconImage' | 'playerProfileImage' | 'offerHeader' | 'backToGameButtonImage' | 'animation' | 'trait' — Asset category.
    - `imageUrl` string, url — Image URL. For uploaded files, this is the Appcharge-hosted CDN URL. For external image URLs, this is the original image URL served from your CDN at the provided URL.
    - `contentType` string — Image [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/MIME_types).
    - `externalImageUrl` string, url — Original image URL if the asset uses an external image URL. This URL is served from your CDN at the provided URL.

---

[API](https://skmtc.net/appcharge/apis/grant-award.md) · [All operations](https://skmtc.net/appcharge/apis/grant-award/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/appcharge/grant-award/revisions/b4f6759240d5/schema)
