GET
/
v1
/
connection_tables
{
  "data": [
    {
      "config": "<any>",
      "connectionProfile": {
        "config": "<any>",
        "connector": "<string>",
        "description": "<string>",
        "id": "<string>",
        "name": "<string>"
      },
      "connector": "<string>",
      "consumers": 1,
      "createdAt": 1,
      "id": "<string>",
      "name": "<string>",
      "schema": {
        "badData": {
          "fail": {}
        },
        "definition": {
          "json_schema": "<string>"
        },
        "fields": [
          {
            "fieldName": "<string>",
            "fieldType": {
              "sqlName": "<string>",
              "type": {
                "primitive": "Int32"
              }
            },
            "metadataKey": "<string>",
            "nullable": true
          }
        ],
        "format": {
          "json": {
            "confluentSchemaRegistry": true,
            "debezium": true,
            "includeSchema": true,
            "schemaId": 1,
            "timestampFormat": "rfc3339",
            "unstructured": true
          }
        },
        "framing": {
          "method": {
            "newline": {
              "maxLineLength": 1
            }
          }
        },
        "inferred": true,
        "structName": "<string>"
      },
      "tableType": "source"
    }
  ],
  "hasMore": true
}

Query Parameters

starting_after
string | null
limit
integer | null
Required range: x > 0

Response

200 - application/json
Got connection table collection
data
object[]
required
hasMore
boolean
required