This is a collection for http://getpostman.com/[Postman] to access the Apache Flink SQL Gateway. It's based on https://nightlies.apache.org/flink/flink-docs-master/generated/rest_v2_sql_gateway.yml[the yaml published for version 1.18.1]. I've added **Tests** to set Session and Operation handles, and amended the collection to use these variables. You need to set a **Global Variable** for `baseURL` to your Flink SQL Gateway. If you launch the gateway locally with: [source,bash] ---- ./bin/start-cluster.sh ./bin/sql-gateway.sh start -Dsql-gateway.endpoint.rest.address=localhost ---- Then set the `baseURL` to `http://localhost:8083`.