Labeling Curation

Get curation product

Publicly reads the product and its vault rows from the latest published 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 products owned by their entity.

get/v3/products/{chainId}/{id}

Path parameters

chainIdinteger required
idstring required

Query parameters

labelSetstring

Label set identifier. Defaults to public.

versionstring

Version selector. Omission, latest, and production select the latest published snapshot. Explicit current and draft select the mutable working copy and require an authorized session as documented by the endpoint. Other published keys and aliases retain their stored casing.

view'curation' | 'resolved'

Read view. curation (default) returns raw label fields with the resolved block nested, mirroring the write schema so read-modify-write round-trips stay safe. resolved returns the display cascade flattened to the top level with raw fields omitted, for read-only consumers. Unknown values are rejected with 400.

Response

Product with associated vault labels. Shapes follow the view parameter.

Changes

No recorded changes to this endpoint across all 1 revision of this API.