Projects
GetExplore
API
My Account
- Overview
- GETGetAuthenticatedUser
- POSTRegisterUser
- PUTCreateEmailOneTimePasscode
- GETGetEmailVerificationStatus
- GETListMyAvailableOrganizations
- POSTJoinOrganization
- DELDeleteMe
- GETcreateWarehouseCredentials
- POSTupdateWarehouseCredentials
- DELdeleteWarehouseCredentials
- PATCHupdateWarehouseCredentials
- GETgetLoginOptions
- PATCHRotate personal access token
Organizations
- Overview
- GETGetMyOrganization
- PUTCreateOrganization
- PATCHUpdateMyOrganization
- DELDeleteMyOrganization
- GETListOrganizationProjects
- GETListOrganizationMembers
- GETGetOrganizationMemberByUuid
- DELDeleteOrganizationMember
- GETListOrganizationEmailDomains
- PATCHUpdateOrganizationEmailDomains
- GETListGroupsInOrganization
- POSTCreateGroupInOrganization
Projects
- Overview
- GETGetExplores
- PUTSetExplores
- GETGetExplore
- POSTCompileQuery
- POSTDownloadCsvFromExplore
- GETGetProject
- GETListChartsInProject
- GETListChartSummariesInProject `Deprecated`
- GETListSpacesInProject
- GETGetProjectAccessList
- POSTCalculateTotalFromQuery
- GETgetUserWarehouseCredentialsPreference
- PATCHupdateUserWarehouseCredentialsPreference
- GETgetCustomMetrics
- PATCHupdateProjectMetadata
- DELdeleteProjectSemanticLayerConnection
- PATCHupdateProjectSemanticLayerConnection
- GETgetDashboards
- POSTcreateDashboard
- PATCHupdateDashboards
- POSTcreatePreview
- PATCHPatch apiv1projects schedulersettings
- GETgetTags
- POSTcreateTag
- DELdeleteTag
- PATCHupdateTag
- GETgetChartsAsCode
- GETgetDashboardsAsCode
- POSTupsertChartAsCode
- POSTupsertDashboardAsCode
- GETGetLatestValidationResults
- POSTValidateProject
- DELDeleteValidationDismiss
Roles & Permissions
- PATCHUpdateOrganizationMember
- POSTCreateSpaceInProject
- GETGet apiv1projects access
- POSTGetProjectAccessList
- GETGetProjectMemberAccess
- DELRevokeProjectAccessForUser
- PATCHGrantProjectAccessToUser
- PATCHUpdateSpace
- POSTAddSpaceUserAccess
- DELRevokeSpaceAccessForUser
- POSTAddSpaceGroupAccess
- DELRevokeGroupSpaceAccess
Catalog
- GETgetCatalog
- GETgetMetadata
- GETgetAnalytics
- GETgetAnalyticsField
- GETgetMetricsCatalog
- GETgetMetric
- GETgetMetricsWithTimeDimensions
- GETgetSegmentDimensions
- POSTaddCategoryToCatalogItem
- DELremoveCategoryFromCatalogItem
- PATCHupdateCatalogItemIcon
- GETgetMetricsTree
- POSTcreateMetricsTreeEdge
- DELdeleteMetricsTreeEdge
Exports
Git Integration
User Groups
Metrics Explorer
Notifications
Charts
Schedulers
Share links
SSH Keypairs
Projects
GetExplore
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
explores
/
{exploreId}
{
"results": {
"type": "virtual",
"sqlPath": "<string>",
"ymlPath": "<string>",
"warehouse": "<string>",
"targetDatabase": "bigquery",
"tables": {},
"joinedTables": [
{
"table": "<string>",
"sqlOn": "<string>",
"type": "inner",
"hidden": true,
"always": true,
"compiledSqlOn": "<string>"
}
],
"baseTable": "<string>",
"groupLabel": "<string>",
"tags": [
"<string>"
],
"label": "<string>",
"name": "<string>"
},
"status": "ok"
}
Response
200
application/json
Success
Available options:
bigquery
, databricks
, snowflake
, redshift
, postgres
, trino
Construct a type with a set of properties K of type T
Construct a type with a set of properties K of type T
Construct a type with a set of properties K of type T
Available options:
RAW
, YEAR
, QUARTER
, MONTH
, WEEK
, DAY
, HOUR
, MINUTE
, SECOND
, MILLISECOND
, DAY_OF_WEEK_INDEX
, DAY_OF_MONTH_NUM
, DAY_OF_YEAR_NUM
, WEEK_NUM
, MONTH_NUM
, QUARTER_NUM
, YEAR_NUM
, DAY_OF_WEEK_NAME
, MONTH_NAME
, QUARTER_NAME
, HOUR_OF_DAY_NUM
, MINUTE_OF_HOUR_NUM
Construct a type with a set of properties K of type T
Construct a type with a set of properties K of type T
Available options:
isNull
, notNull
, equals
, notEquals
, startsWith
, endsWith
, include
, doesNotInclude
, lessThan
, lessThanOrEqual
, greaterThan
, greaterThanOrEqual
, inThePast
, notInThePast
, inTheNext
, inTheCurrent
, notInTheCurrent
, inBetween
Available options:
LABEL
, INDEX
From T, pick a set of properties whose keys are in the union K
Available options:
virtual
, default
Available options:
ok
{
"results": {
"type": "virtual",
"sqlPath": "<string>",
"ymlPath": "<string>",
"warehouse": "<string>",
"targetDatabase": "bigquery",
"tables": {},
"joinedTables": [
{
"table": "<string>",
"sqlOn": "<string>",
"type": "inner",
"hidden": true,
"always": true,
"compiledSqlOn": "<string>"
}
],
"baseTable": "<string>",
"groupLabel": "<string>",
"tags": [
"<string>"
],
"label": "<string>",
"name": "<string>"
},
"status": "ok"
}