---
title: "Get Theme Assets"
method: GET
path: "/vendor/theme/{themeId}/asset"
tags: ["Theme"]
---

# Get Theme Assets

`GET /vendor/theme/{themeId}/asset`

## Path parameters

- `themeId` string, required

## Query parameters

- `contentTypes` string

## Response `200`

Successful response

- IShopifyAsset[]
  - `attachment` string
  - `content_type` string, required
  - `created_at` string, required
  - `key` string, required
  - `public_url` string, required
  - `size` number, required
  - `source_key` string, required
  - `src` string, required
  - `theme_id` number, required
  - `updated_at` string, required
  - `value` string

---

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