GET
/
api
/
v1
/
projects
/
{projectUuid}
/
explores
{
  "results": [
    {
      "name": "<string>",
      "label": "<string>",
      "groupLabel": "<string>",
      "type": "virtual",
      "tags": [
        "<string>"
      ],
      "databaseName": "<string>",
      "schemaName": "<string>",
      "description": "<string>"
    }
  ],
  "status": "ok"
}

Path Parameters

projectUuid
string
required

Response

200
application/json
Success
results
object[]
required

From T, pick a set of properties whose keys are in the union K

status
enum<string>
required
Available options:
ok