cURL
curl --request GET \ --url http://localhost:8080/api/v1/metadata/postgres/columns \ --header 'x-api-key: <api-key>'
[ { "name": "<string>", "type": "<string>" } ]
List all columns and their data types for a specific PostgreSQL table.
Optional API key for authentication (enabled via application.yaml)
Database name
Schema name
Table name
Array of column definitions