v1

latestOpenAPI 3.0.22026-07-2413411.3 KB
Data Catalog

Search tables

get/connections/{connection_id}/catalog/tables

Path parameters

connection_idstring required

Query parameters

tagsstring

Headers

Acceptstring required

Response

Search results

namestring
descriptionstring
tagsstring[]

Example response

[
  {
    "name": "city",
    "description": "Cities of the world",
    "tags": [
      "tag"
    ],
    "columns": [
      {
        "name": "district",
        "description": "City district",
        "tags": [
          "tag"
        ],
        "archived_at": "2022-01-02 00:00:00"
      }
    ]
  }
]
All 13 operations