GET
/
api
/
v2
/
content
{
  "results": {
    "pagination": {
      "page": 123,
      "pageSize": 123,
      "totalResults": 123,
      "totalPageCount": 123
    },
    "data": [
      {
        "contentType": "chart",
        "uuid": "<string>",
        "slug": "<string>",
        "name": "<string>",
        "description": "<string>",
        "createdAt": "2023-11-07T05:31:56Z",
        "createdBy": {
          "lastName": "<string>",
          "firstName": "<string>",
          "uuid": "<string>"
        },
        "lastUpdatedAt": "2023-11-07T05:31:56Z",
        "lastUpdatedBy": {
          "lastName": "<string>",
          "firstName": "<string>",
          "uuid": "<string>"
        },
        "project": {
          "name": "<string>",
          "uuid": "<string>"
        },
        "organization": {
          "name": "<string>",
          "uuid": "<string>"
        },
        "space": {
          "name": "<string>",
          "uuid": "<string>"
        },
        "pinnedList": {
          "uuid": "<string>"
        },
        "views": 123,
        "firstViewedAt": "2023-11-07T05:31:56Z",
        "source": "dbt_explore",
        "chartKind": "line",
        "dashboard": {
          "name": "<string>",
          "uuid": "<string>"
        }
      }
    ]
  },
  "status": "ok"
}

Query Parameters

projectUuids
string[]
spaceUuids
string[]
parentSpaceUuid
string
contentTypes
enum<string>[]
pageSize
number
page
number
sortBy
enum<string>
Available options:
name,
space_name,
last_updated_at
sortDirection
enum<string>
Available options:
asc,
desc

Response

200
application/json

Success

The response is of type object.