{ "opencollection": "1.0.0", "info": { "name": "Amazon Redshift Data Metadata Statement Execution API", "version": "2019-12-20" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Statement Execution", "type": "folder" }, "items": [ { "info": { "name": "Amazon Redshift Execute a Sql Statement", "type": "http" }, "http": { "method": "POST", "url": "https://redshift-data.{region}.amazonaws.com/ExecuteStatement", "body": { "type": "json", "data": "{}" } }, "docs": "Runs a SQL statement against an Amazon Redshift cluster or Amazon Redshift Serverless workgroup. The SQL statement runs asynchronously and returns a statement identifier that you can use to check the status with DescribeStatement and retrieve results with GetStatementResult. The maximum query result size is 100 MB." }, { "info": { "name": "Amazon Redshift Execute Multiple Sql Statements in a Batch", "type": "http" }, "http": { "method": "POST", "url": "https://redshift-data.{region}.amazonaws.com/BatchExecuteStatement", "body": { "type": "json", "data": "{}" } }, "docs": "Runs one or more SQL statements as a batch, which run as a single transaction. The statements run serially in the order provided. Returns a statement identifier for the batch that you can use with DescribeStatement and GetStatementResult." } ] } ], "bundled": true }