{
"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"
}
List all charts summaries in a project
{
"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"
}
The uuid of the project to get charts for
Whether to exclude charts that are saved in dashboards
Success
The response is of type object
.