Read a brand's composition
get_brand_layersRetrieve a brand project's image direction, interface style, and page recipes, including revision drift and locked layers, to see current choices before making any changes.
Instructions
What a brand project is composed of on top of its design kit: its image direction, its interface style, and its page recipes. Read this BEFORE changing any of them, because it is the only place that tells you what the user already chose and whether it still says what it said. Every reference resolves to the revision the catalogue serves now and carries both numbers — revision is current, chosenRevision is what the project pinned — and drift appears only when they differ, carrying the author's note for what moved. meta.drifted counts them, so a brand with nothing to report answers 0 and you can stop. A record withdrawn from the catalogue since it was pinned comes back with resolved: false rather than vanishing, because a brand must not quietly forget what it points at, and a Pro layer this key cannot open still returns its name, tier and revision with locked: true. links.preview is that exact composition rendered as an image, which is the one thing you can put in front of a person who is not going to read a JSON object. Reading changes nothing: it mints no version and never moves a pin, so accepting a drifted revision stays a decision the user makes through add_brand_layer. Requires the kits:read scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Owned brand project id from list_brand_projects. |