GET
/
api
/
v1
/
projects
/
{projectUuid}
/
explores
/
{exploreId}
{
  "results": {
    "name": "<string>",
    "type": "virtual",
    "label": "<string>",
    "spotlight": {
      "categories": [
        "<string>"
      ],
      "visibility": "show"
    },
    "tags": [
      "<string>"
    ],
    "warehouse": "<string>",
    "groupLabel": "<string>",
    "baseTable": "<string>",
    "joinedTables": [
      {
        "type": "inner",
        "table": "<string>",
        "hidden": true,
        "sqlOn": "<string>",
        "always": true,
        "relationship": "one-to-many",
        "tablesReferences": [
          "<string>"
        ],
        "compiledSqlOn": "<string>"
      }
    ],
    "tables": {},
    "targetDatabase": "bigquery",
    "databricksCompute": "<string>",
    "ymlPath": "<string>",
    "sqlPath": "<string>"
  },
  "status": "ok"
}

Path Parameters

exploreId
string
required
projectUuid
string
required

Response

200
application/json

Success

The response is of type object.