GET
/
v1
/
instances
/
{instance}
/
databases
/
{database}
/
catalog
{
  "name": "<string>",
  "schemas": [
    {
      "name": "<string>",
      "tables": [
        {
          "name": "<string>",
          "columns": {
            "columns": [
              {
                "name": "<string>",
                "semanticType": "<string>",
                "labels": {},
                "classification": "<string>",
                "objectSchema": {
                  "type": "TYPE_UNSPECIFIED",
                  "structKind": {
                    "properties": {}
                  },
                  "arrayKind": {
                    "kind": {}
                  },
                  "semanticType": "<string>"
                }
              }
            ]
          },
          "objectSchema": {
            "type": "TYPE_UNSPECIFIED",
            "structKind": {
              "properties": {}
            },
            "arrayKind": {
              "kind": {}
            },
            "semanticType": "<string>"
          },
          "classification": "<string>"
        }
      ]
    }
  ]
}

Path Parameters

instance
string
required

The instance id.

database
string
required

The database id.

Response

200
application/json

OK

The response is of type object.