GET
/
api
/
v1
/
projects
/
{projectUuid}
/
chart-summaries
{
  "results": [
    {
      "name": "<string>",
      "description": "<string>",
      "uuid": "<string>",
      "spaceName": "<string>",
      "spaceUuid": "<string>",
      "projectUuid": "<string>",
      "organizationUuid": "<string>",
      "pinnedListUuid": "<string>",
      "dashboardUuid": "<string>",
      "dashboardName": "<string>",
      "slug": "<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

200
application/json
Success
results
object[]
required

From T, pick a set of properties whose keys are in the union K

status
enum<string>
required
Available options:
ok