---
title: "List curation products"
method: GET
path: "/v3/products"
tags: ["Labeling Curation"]
---

# List curation products

`GET /v3/products`

Publicly reads the latest published product snapshot by default. Explicit `current` or `draft` reads expose the mutable working copy. Platform operators can read every entity; entity-member sessions are restricted to their own entity.

## Query parameters

- `labelSet` string
- `version` string
- `limit` integer
- `offset` integer
- `chainId` integer
- `entityId` string
- `view` 'curation' | 'resolved'

## Response `200`

Product page. Item shape follows the `view` parameter.

- object
  - `data` union[], required
    - union
      - CurationProduct
        - `id` string, required
        - `chainId` integer, required
        - `entityId` string, required
        - `coBrandEntityIds` string[], required — Additional entities whose logos should be displayed. Product management remains exclusively with entityId.
        - `name` string, required
        - `logo` string, nullable
        - `description` string, nullable
        - `url` string, nullable
        - `portfolioNotice` string, nullable
        - `isDeprecated` boolean, required
        - `deprecationReason` string, nullable
        - `governanceMode` 'governed' | 'ungoverned' | 'unknown', required — Server-derived from the current governance state of member vaults. Empty products are unknown.
        - `resolved` ResolvedProductLabels, required — Read-time entity fallbacks for display. Derived, never stored.
          - `entityName` string, nullable, required
          - `url` string, nullable, required — Product url, falling back to the owning entity url.
          - `logo` string, nullable, required — Product logo, falling back to the owning entity logo.
        - `anyExplorableLend` boolean, required — True when at least one member vault is lend-discoverable per the materialized visibility verdicts. Live chain state (e.g. borrowability) is deliberately excluded.
        - `anyExplorableBorrow` boolean, required — True when at least one member vault is borrow-discoverable per the materialized visibility verdicts. Live chain state (e.g. borrowability) is deliberately excluded.
        - `createdAt` string, date-time, required
        - `updatedAt` string, date-time, required
      - ResolvedCurationProductView — Consumer-facing product shape (`view=resolved`) — entity fallbacks applied to url and logo, entityName included, resolved wrapper omitted.
        - `id` string, required
        - `chainId` integer, required
        - `entityId` string, required
        - `entityName` string, nullable, required
        - `coBrandEntityIds` string[], required
        - `name` string, required
        - `logo` string, nullable, required
        - `description` string, nullable, required
        - `url` string, nullable, required
        - `portfolioNotice` string, nullable, required
        - `isDeprecated` boolean, required
        - `deprecationReason` string, nullable, required
        - `governanceMode` 'governed' | 'ungoverned' | 'unknown', required
        - `anyExplorableLend` boolean, required
        - `anyExplorableBorrow` boolean, required
        - `createdAt` string, date-time, required
        - `updatedAt` string, date-time, required
  - `meta` PaginationMeta, required
    - `total` integer — Exact total count when the endpoint provides one.
    - `hasMore` boolean — Indicates whether another page exists beyond the current page.
    - `offset` integer
    - `limit` integer — Echoed page size after endpoint-side clamping.
    - `timestamp` string, date-time, required
    - `chainId` string — Comma-separated chain IDs for multi-chain responses.
    - `degradedProviders` string[] — Live providers whose data is incomplete in this response.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `422` — Validation error

---

[API](https://skmtc.dev/euler/apis/euler-data-api-v3.md) · [All operations](https://skmtc.dev/euler/apis/euler-data-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/euler/euler-data-api-v3/revisions/9e69e7cdb054/schema)
