v1

latestOpenAPI 3.1.02026-08-04282319386.0 KB
integrations

Controller Handle Introspect Connection Id

Introspects a preexisting connection (specified by id), returning a list of all tables present in that connection. This is useful for reusing connection information, which otherwise would need to retrieve full connection information in the frontend (not a pattern we want to encourage).

post/integrations/introspect/connection_id/{connection_id}

Path parameters

connection_idstring required

Response

Successful Response

namestring required

Name of the table.

schemastring nullable

Schema of the table. Only provided for sources that have some concept of a 'wrapper' schema.