---
title: "List charts in project"
method: GET
path: "/api/v1/projects/{projectUuid}/charts"
tags: ["Projects"]
---

# List charts in project

`GET /api/v1/projects/{projectUuid}/charts`

List all charts in a project

## Path parameters

- `projectUuid` string, required

## Response `200`

Success

- ApiChartListResponse
  - `results` SpaceQuery[], required
    - `name` string, required — Display name of the chart
    - `description` string — Optional description of what this chart displays
    - `slug` string, required — Unique identifier slug for this chart
    - `uuid` string, required
    - `organizationUuid` string, required
    - `projectUuid` string, required
    - `pinnedListUuid` string, nullable, required
    - `spaceUuid` string, required
    - `spaceName` string, required
    - `dashboardUuid` string, nullable, required
    - `dashboardName` string, nullable, required
    - `source` 'dbt_explore' | 'sql'
    - `chartKind` 'line' | 'horizontal_bar' | 'vertical_bar' | 'scatter' | 'area' | 'mixed' | 'pie' | 'table' | 'big_number' | 'funnel' | 'custom' | 'treemap' | 'gauge' | 'map' | 'sankey' | 'data_app_viz'
    - `chartType` 'cartesian' | 'table' | 'big_number' | 'pie' | 'funnel' | 'treemap' | 'gauge' | 'custom' | 'map' | 'sankey' | 'data_app_viz'
    - `pinnedListOrder` number, double, nullable, required
    - `updatedAt` string, date-time, required — Timestamp when the chart was last updated
    - `updatedByUser` UpdatedByUser
      - `userUuid` string, required
      - `firstName` string, required
      - `lastName` string, required
    - `firstViewedAt` union, required
      - string, date-time
      - string
    - `views` number, double, required
    - `verification` ContentVerificationInfo, required
      - `verifiedAt` string, date-time, required
      - `verifiedBy` object, required
        - `lastName` string, required
        - `firstName` string, required
        - `userUuid` string, required
    - `validationErrors` ValidationSummary[]
      - `createdAt` string, date-time, required
      - `error` string, required
      - `validationUuid` string, required
      - `validationId` number, double, nullable, required
  - `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)
