How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Confluent Statements (sql/v1) API

[![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy)`Statement` represents a core resource used to model SQL statements for execution.A statement generalizes DDL, DML, DQL, etc., but doesn’t attempt to handle sessionmanagement or any higher-level functionality.The API allows you to list, create, read, and delete your statements.## The Statements Model

Confluent Statements (sql/v1) API is one of 127 APIs that Confluent publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Statements (sql/v1). The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

This API exposes 6 operations across 2 paths, and defines 25 schemas. It is described by OpenAPI 3.2.0.

Requests are made against a single base URL, https://api.confluent.cloud.

6 operations 2 paths 25 schemas 1 DELETE2 GET1 PATCH1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
Base URL
https://api.confluent.cloud
Authentication
HTTP Basic, OAuth 2.0, HTTP Basic, HTTP Basic, OAuth 2.0, OAuth 2.0
Resource Areas
1

Authentication & Security 6

Confluent Statements (sql/v1) API declares 6 security schemes for authenticating requests. It accepts HTTP basic authentication (cloud-api-key). It supports OAuth 2.0 (confluent-sts-access-token) using the clientCredentials flow. It accepts HTTP basic authentication (global-api-key). It accepts HTTP basic authentication (resource-api-key). It supports OAuth 2.0 (external-access-token) using the clientCredentials flow. It supports OAuth 2.0 (oauth) using the clientCredentials flow, exposing 4 scopes.

  • cloud-api-key — Authenticate with Cloud API Keys using HTTP Basic Auth. Treat the Cloud API Key ID as the username and Cloud API Key Secret as the password.
  • confluent-sts-access-token — Authenticate with Confluent API using this credentials (JSON Web Tokens) following OAuth 2.0.
  • global-api-key — Authenticate with Global API Keys using HTTP Basic Auth. Treat the Global API Key ID as the username and Global API Key Secret as the password.
  • resource-api-key — Authenticate with resource-specific API Keys using HTTP Basic Auth. Treat the resource-specific API Key ID as the username and resource-specific API Key Secret…
  • external-access-token — Authenticate with Confluent API using this credentials (JSON Web Tokens) following OAuth 2.0.
  • oauth — Authenticate with OAuth 2.0. Currently this is only supported for partner APIs.

Paths & Operations 6

Across 2 paths, the API surfaces 6 operations — 1 DELETE, 2 GET, 1 PATCH, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Statements (sql/v1) 6

[![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](section/Versioning/API-Lifecycle-Policy) Statement represents a core res…

GET
/sql/v1/organizations/{organization_id}/environments/{environment_id}/statements
List of Statements
listSqlv1Statements 6 params → 200400401403404429500
POST
/sql/v1/organizations/{organization_id}/environments/{environment_id}/statements
Create a Statement
createSqlv1Statement 2 params body → 201400401403409422429500
GET
/sql/v1/organizations/{organization_id}/environments/{environment_id}/statements/{statement_name}
Read a Statement
getSqlv1Statement 3 params → 200400401403404429500
DELETE
/sql/v1/organizations/{organization_id}/environments/{environment_id}/statements/{statement_name}
Delete a Statement
deleteSqlv1Statement 3 params → 202400401403404429500
PUT
/sql/v1/organizations/{organization_id}/environments/{environment_id}/statements/{statement_name}
Update a Statement
updateSqlv1Statement 3 params body → 202400401403404429500
PATCH
/sql/v1/organizations/{organization_id}/environments/{environment_id}/statements/{statement_name}
Patch a Statement
patchSqlv1Statement 3 params body → 200400401403404409422429

Schemas 25

The contract defines 25 schemas that model the data the API accepts and returns. The most detailed are sql.v1.StatementStatus (13 properties), DataType (12 properties), sql.v1.Statement (9 properties), Error (8 properties). Each schema is shown below with its type and property counts.

sql.v1.StatementResultResults
object
A results property that contains a data property that contains an array of results.
1 property
sql.v1.StatementStatus
object
The status of the Statement
13 properties 1 required
sql.v1.ScalingStatus
object
Scaling status for this statement.
2 properties
ListMeta
object
ListMeta describes metadata that resource collections may have
5 properties
sql.v1.ResultSchema
object
The table columns of the results schema.
1 property
sql.v1.StatementResult
object
Statement Result represents a resource used to model results of SQL statements. The API allows you to read your SQL statement result.
4 properties 4 required
sql.v1.WarningSeverity
string
Indicates the severity of the warning. LOW: Indicates a low severity warning and for informing the user. MODERATE: Indicates a moderate severity warning and ma…
sql.v1.Statement
object
Statement represents a core resource used to model SQL statements for execution. A statement generalizes DDL, DML, DQL, etc., but doesn’t attempt to handle ses…
9 properties
PatchRequest
array
PatchRequest represent a json-patch request to be applied to the Statement. See https://tools.ietf.org/html/rfc6902
JsonPatchRequestRemove
object
This option is used to remove a field
2 properties 2 required
RowFieldType
object
3 properties 2 required
DataType
object
12 properties 2 required
JsonPatchRequestAddReplace
object
This option is used to add or replace a value for a field
3 properties 3 required
sql.v1.StatementWarning
object
Represents a non-fatal issue encountered during statement processing.
4 properties 4 required
StatementObjectMeta
object
The metadata of the statement.
6 properties 1 required
sql.v1.ScalingSpec
object
Mutable scaling configuration that can be updated for a running statement.
1 property
JsonPatchRequestMoveCopy
object
This option is used to move or copy a field
3 properties 3 required
Error
object
Describes a particular error encountered while performing an operation.
8 properties
sql.v1.StatementList
object
Statement represents a core resource used to model SQL statements for execution. A statement generalizes DDL, DML, DQL, etc., but doesn’t attempt to handle ses…
4 properties 4 required
ResultListMeta
object
ListMeta describes metadata that resource collections may have
3 properties
Failure
object
Provides information about problems encountered while performing an operation.
1 property 1 required
sql.v1.StateLimitStatus
object
State limit status for this statement.
3 properties
ColumnDetails
object
A column in the results schema.
2 properties 2 required
sql.v1.StatementSpec
object
The specs of the Statement
7 properties
sql.v1.StatementTraits
object
StatementTraits contains detailed information about the properties of a Statement
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

confluent-statements-sql-v1-api-openapi.yml Raw ↑

Other APIs Confluent publishes across the network.

Confluent
Confluent Managed MCP Servers
Confluent ACLs API
Confluent API Keys API
Confluent Clusters API
Confluent Consumer Groups API
Confluent Environments API
Confluent Partitions API
Confluent Service Accounts API
Confluent Topics API
Confluent Access Points (networking/v1) API
Confluent ACL (v3) API
Where this information came from

This is an independent, third-party profile of Confluent Statements (sql/v1) API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.