GET
/
api
/
v1
/
projects
/
{projectUuid}
/
charts
{
  "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",
      "updatedAt": "2023-11-07T05:31:56Z",
      "updatedByUser": {
        "userUuid": "<string>",
        "firstName": "<string>",
        "lastName": "<string>"
      },
      "pinnedListOrder": 123,
      "firstViewedAt": "2023-11-07T05:31:56Z",
      "views": 123,
      "validationErrors": [
        {
          "validationId": 123,
          "createdAt": "2023-11-07T05:31:56Z",
          "error": "<string>"
        }
      ]
    }
  ],
  "status": "ok"
}

Path Parameters

projectUuid
string
required

The uuid of the project to get charts for

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