Queries
REST API operations for saved and scheduled queries
Overview
Required permissions
Operations
Authorizations
X-API-KeystringRequired
Body
descriptionstringOptional
The description of the query
namestringRequired
The name of the query
sqlstringRequired
The raw sql of the query
Responses
200
OK response.
application/json
400
bad_request: Bad Request response.
application/json
409
exists: Conflict response.
application/json
post
/queriesupdates a query
Authorizations
X-API-KeystringRequired
Path parameters
idstringRequired
Body
descriptionstringOptional
The description of the query
namestringRequired
The name of the query
sqlstringRequired
The raw sql of the query
Responses
200
OK response.
application/json
400
bad_request: Bad Request response.
application/json
404
not_found: Not Found response.
application/json
post
/queries/{id}Last updated
Was this helpful?

