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

    query stringrequired

Responses

Successfully submitted query

Schema

    initiatedAt date-timerequired
    jobId stringrequired

    Id that can be used to request the status of the query. If you would like to re-run the query, you must re-run the query in the UI. See retrieve query results

    query stringrequired
Loading...