list-flink-statements
Retrieve and manage a sorted, filtered, and paginated list of Flink SQL statements using REST API, enabling precise control over statement queries and data.
Instructions
Retrieve a sorted, filtered, paginated list of all statements.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
baseUrl | No | The base URL of the Flink REST API. | |
computePoolId | No | Filter the results by exact match for compute_pool. | |
environmentId | No | The unique identifier for the environment. | |
labelSelector | No | A comma-separated label selector to filter the statements. | |
organizationId | No | The unique identifier for the organization. | |
pageSize | No | A pagination size for collection requests. | |
pageToken | No | An opaque pagination token for collection requests. |