v2
Get apiv2content
Get content (charts, dashboards, spaces)
GET
/
api
/
v2
/
content
Copy
Ask AI
{
"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
Available options:
name
, space_name
, last_updated_at
Available options:
asc
, desc
Response
200
application/json
Success
The response is of type object
.
Copy
Ask AI
{
"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"
}
Assistant
Responses are generated using AI and may contain mistakes.