Retrieve connection schema
Use this endpoint to retrieve the database schema of a connection: the tables available in the connected database and the fields within each table. Use it to discover the structure of a data source before mapping its tables and fields in a data extraction job.
Headers
The authorization token in the Bearer <token> format.
Important: This header is required if your environment has Access Manager enabled. For more information, refer to the Access Manager documentation.
"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
Path Parameters
Unique identifier of the connection (UUID format).
"019996b8-f3d1-7d2b-a192-6e91464d82fc"
Response
The schema of the connected database, listing its tables and their fields.
The database schema of a connection: identifying details of the connection plus the tables and fields discovered in the connected database.
Unique identifier of the connection (UUID format).
"019996b2-b6b1-7401-8c0b-f1ad397080eb"
The unique configuration name of the connection.
"Midaz - Banco Transacional"
Name of the database the schema was read from.
"transaction"
Database engine type of the connection.
ORACLE, SQL_SERVER, POSTGRESQL, MONGODB, MYSQL "POSTGRESQL"
The tables available in the connected database, each with its fields.

