---
title: "List charts by explore"
method: GET
path: "/api/v1/projects/{projectUuid}/explores/{exploreId}/charts"
tags: ["Projects"]
---

# List charts by explore

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

List charts referencing a given explore

## Path parameters

- `exploreId` string, required
- `projectUuid` string, required

## Response `200`

Success

- ApiChartSummaryListResponse
  - `results` ChartSummary[], 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'
  - `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)
