Skip to main content

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

Body

required
    cqlVersion stringrequired

    Possible values: [V1, V2]

    query stringrequired

Responses

Successfully submitted query

Schema
    initiatedAt date-timerequired
    jobId stringrequired

    Id that can be used to request the status of the query. See retrieve query results

    query stringrequired
Loading...