Error
A valid request URL is required to generate request examples{
"results": [
{
"name": "<string>",
"label": "<string>",
"tags": [
"<string>"
],
"databaseName": "<string>",
"schemaName": "<string>",
"groupLabel": "<string>",
"groups": [
"<string>"
],
"aiHint": "<string>",
"preAggregateSource": {
"preAggregateName": "<string>",
"sourceExploreName": "<string>",
"externalTable": "<string>"
},
"warnings": [
{
"message": "<string>"
}
],
"description": "<string>"
}
],
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Projects
List explores
Get all explores for a project
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
explores
Error
A valid request URL is required to generate request examples{
"results": [
{
"name": "<string>",
"label": "<string>",
"tags": [
"<string>"
],
"databaseName": "<string>",
"schemaName": "<string>",
"groupLabel": "<string>",
"groups": [
"<string>"
],
"aiHint": "<string>",
"preAggregateSource": {
"preAggregateName": "<string>",
"sourceExploreName": "<string>",
"externalTable": "<string>"
},
"warnings": [
{
"message": "<string>"
}
],
"description": "<string>"
}
],
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?
⌘I