{ "opencollection": "1.0.0", "info": { "name": "Amazon Redshift Data Metadata API", "version": "2019-12-20" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Metadata", "type": "folder" }, "items": [ { "info": { "name": "Amazon Redshift List Databases in a Cluster or Workgroup", "type": "http" }, "http": { "method": "POST", "url": "https://redshift-data.{region}.amazonaws.com/ListDatabases", "body": { "type": "json", "data": "{}" } }, "docs": "Lists the databases in a cluster or workgroup. The databases are retrieved from the system catalog. A token is returned to page through the database list." }, { "info": { "name": "Amazon Redshift List Schemas in a Database", "type": "http" }, "http": { "method": "POST", "url": "https://redshift-data.{region}.amazonaws.com/ListSchemas", "body": { "type": "json", "data": "{}" } }, "docs": "Lists the schemas in a database. A token is returned to page through the schema list. You can filter the results by providing a schema name pattern." }, { "info": { "name": "Amazon Redshift List Tables in a Schema", "type": "http" }, "http": { "method": "POST", "url": "https://redshift-data.{region}.amazonaws.com/ListTables", "body": { "type": "json", "data": "{}" } }, "docs": "Lists the tables in a database. You can filter by schema or table name pattern. A token is returned to page through the table list." }, { "info": { "name": "Amazon Redshift Describe the Columns of a Table", "type": "http" }, "http": { "method": "POST", "url": "https://redshift-data.{region}.amazonaws.com/DescribeTable", "body": { "type": "json", "data": "{}" } }, "docs": "Describes the detailed information about a table and its columns. Returns column names, data types, and other metadata for a specified table." } ] } ], "bundled": true }