GET
/
api
/
v1
/
projects
/
{projectUuid}
/
chart-summaries
{
  "results": [
    {
      "description": "<string>",
      "name": "<string>",
      "projectUuid": "<string>",
      "organizationUuid": "<string>",
      "uuid": "<string>",
      "spaceUuid": "<string>",
      "pinnedListUuid": "<string>",
      "slug": "<string>",
      "spaceName": "<string>",
      "dashboardUuid": "<string>",
      "dashboardName": "<string>",
      "source": "dbt_explore",
      "chartKind": "line",
      "chartType": "cartesian"
    }
  ],
  "status": "ok"
}

Path Parameters

projectUuid
string
required

The uuid of the project to get charts for

Query Parameters

excludeChartsSavedInDashboard
boolean

Whether to exclude charts that are saved in dashboards

Response

Success

results
object[]
required
status
enum<string>
required
Available options:
ok