Run query
POST/api/v1/queries
Run a CQL query. For more information about the types of queries you can run, take a look at our CQL Explorer in the app.
Request
Responses
- 200
- 400
- 409
- 429
Successfully submitted query
Bad request
Conflict
The client has exceeded the rate limit by performing too many requests in a short period. Retry the request after a delay.
Response Headers
Retry-After
The number of seconds until the rate limiting resets.