v3

latestOpenAPI 3.1.0Proprietary2026-08-07266348629.6 KB
Topics

Execute SQL query against Kafka topics

Parse and execute a SQL query against a Kafka topic.

post/topics/query

Request body

sqlstring required

SQL query string (e.g., SELECT * FROM topic_name WHERE ... LIMIT 10)

max_time_secondsinteger

Maximum execution time in seconds before the query is terminated

Response

Successful Response

columnsstring[]

Column names in the result set

rowsobject[]

Result rows as dicts

errorstring nullable

Error message if the query failed