API
Reference
- Projects
- My Account
- User attributes
- SSH Keypairs
- SQL runner
- Spotlight
- Spaces
- Roles & Permissions
- Integrations
- Share links
- Schedulers
- Exploring
- Charts
- Content
- Organizations
- Notifications
- Metrics Explorer
- User Groups
- API Reference
- Git Integration
- Dashboards
- Exports
- Comments
- Catalog
- GETGet apiv1projects datacatalog
- GETGet apiv1projects datacatalog metadata
- GETGet apiv1projects datacatalog analytics
- GETGet apiv1projects datacatalog analytics 1
- GETGet apiv1projects datacatalogmetrics
- GETGet apiv1projects datacatalogmetrics
- GETGet apiv1projects datacatalogmetrics with time dimensions
- GETGet apiv1projects datacatalog segment dimensions
- POSTPost apiv1projects datacatalog categories
- DELDelete apiv1projects datacatalog categories
- PATCHPatch apiv1projects datacatalog icon
- GETGet apiv1projects datacatalogmetricstree
- POSTPost apiv1projects datacatalogmetricstreeedges
- DELDelete apiv1projects datacatalogmetricstreeedges
- GETGet apiv1projects datacatalogmetricshas
- GET
- v2
Catalog
Get apiv1projects datacatalog
Get catalog items
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
dataCatalog
Copy
Ask AI
{
"results": [
{
"description": "<string>",
"name": "<string>",
"label": "<string>",
"fieldType": "metric",
"tableLabel": "<string>",
"requiredAttributes": {},
"icon": {
"unicode": "<string>"
},
"chartUsage": 123,
"categories": [
{
"name": "<string>",
"color": "<string>",
"tagUuid": "<string>",
"yamlReference": "<string>"
}
],
"tags": [
"<string>"
],
"tableGroupLabel": "<string>",
"tableName": "<string>",
"basicType": "<string>",
"type": "field",
"catalogSearchUuid": "<string>"
}
],
"status": "ok"
}
Path Parameters
Query Parameters
Available options:
table
, field
Available options:
tables
, dimensions
, metrics
Response
200
application/json
Success
The response is of type object
.
Copy
Ask AI
{
"results": [
{
"description": "<string>",
"name": "<string>",
"label": "<string>",
"fieldType": "metric",
"tableLabel": "<string>",
"requiredAttributes": {},
"icon": {
"unicode": "<string>"
},
"chartUsage": 123,
"categories": [
{
"name": "<string>",
"color": "<string>",
"tagUuid": "<string>",
"yamlReference": "<string>"
}
],
"tags": [
"<string>"
],
"tableGroupLabel": "<string>",
"tableName": "<string>",
"basicType": "<string>",
"type": "field",
"catalogSearchUuid": "<string>"
}
],
"status": "ok"
}
Assistant
Responses are generated using AI and may contain mistakes.