---
title: "Get project color palette"
method: GET
path: "/api/v1/projects/{projectUuid}/table-groups"
tags: ["Projects"]
---

# Get project color palette

`GET /api/v1/projects/{projectUuid}/table-groups`

Get the resolved color palette for a project, walking the
chart -> dashboard -> space -> project -> organization fallback chain
(matches saved-chart resolution). The optional UUIDs let unsaved
renderers (Explore, AI viz, sql runner) opt into deeper layers as
they become available.

## Path parameters

- `projectUuid` string, required

## Response `200`

Success

- ApiSuccessApiTableGroupsResults
  - `results` ApiTableGroupsResults, required — Construct a type with a set of properties K of type T
  - `status` 'ok', required

## Other responses

- `default` — Error

---

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