---
title: "Get resolved data product assets"
method: GET
path: "/products/resolved-assets/{id}"
tags: ["products"]
---

# Get resolved data product assets

`GET /products/resolved-assets/{id}`

Get all assets of a data product, both manually added and matched by rules

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- DataProductResolvedAssets
  - `all_assets` string[]
  - `dynamic_assets` string[]
  - `manual_assets` string[]
  - `total` integer

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-07-04** `e35f4899dc51` — 1 info
  - endpoint added
- **2025-06-02** `0c070796939d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/marmotdata/apis/marmot-api/changes/products/resolved-assets/:id/get.md)

---

[API](https://skmtc.dev/marmotdata/apis/marmot-api.md) · [All operations](https://skmtc.dev/marmotdata/apis/marmot-api/llms.txt) · [OpenAPI document](https://skmtc.dev/marmotdata/apis/marmot-api/revisions/cadebfd78fef?raw)
