Search a table

Log in to see full request history
Path Params
string
required

UUID of your database from the Astra URL.
For example, d341f349-e5db-46d2-9c90-bb9ebaa6f0fc.

string
required

Cloud region where your database lives.
For example, us-east-1

string
required

keyspace name

string
required

table name

Query Params
where
object

URL escaped JSON query using the following keys:
| Key | Operation |
|-|-|
| $lt | Less Than |
| $lte | Less Than Or Equal To |
| $gt | Greater Than |
| $gte | Greater Than Or Equal To |
| $ne | Not Equal To |
| $in | Contained In |
| $exists | A value is set for the key |

string

URL escaped, comma delimited list of keys to include

int32

restrict the number of returned items

string

move the cursor to a particular result

sort
object

keys to sort by

boolean
Defaults to false

unwrap results

Headers
string
required

The token returned from the authorization endpoint. Use this token in each request.

Responses

Language
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*