SQL Snapshot

get

Returns all running queries

Authorizations
AuthorizationstringRequired

The bearer token can be obtained by creating a ServiceAccount.

Path parameters
environmentstringRequired
Responses
200Success
application/json
get
/api/v1/environments/{environment}/proxy/api/v1/sql/queries
delete

Stops a running query

Authorizations
AuthorizationstringRequired

The bearer token can be obtained by creating a ServiceAccount.

Path parameters
environmentstringRequired
queryIdstring · uuidRequired

The SQL Snapshot query identifier

Responses
200Success

No content

delete
/api/v1/environments/{environment}/proxy/api/v1/sql/execution/{queryId}

No content

get

Returns the topic/table paging details. For a Kafka topic this means returning the start/end offset

Authorizations
AuthorizationstringRequired

The bearer token can be obtained by creating a ServiceAccount.

Path parameters
environmentstringRequired
Query parameters
tablestringRequired

The target table

Responses
200Success
application/json
get
/api/v1/environments/{environment}/proxy/api/v1/sql/paging
post

Returns the intellisense result for a given query

Authorizations
AuthorizationstringRequired

The bearer token can be obtained by creating a ServiceAccount.

Path parameters
environmentstringRequired
Body
sqlstringRequired
caretintegerOptional
connectorIdstringOptional
Responses
200Success
application/json
post
/api/v1/environments/{environment}/proxy/api/v1/sql/presentation

Last updated

Was this helpful?