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

The response is of type object.