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"
}

Path Parameters

exploreId
string
required
projectUuid
string
required

Response

200
application/json
Success
results
object
required
status
enum<string>
required
Available options:
ok