Get a row

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
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

string
required

Value from the primary key column for the table. Define composite keys by separating values with
slashes (val1/val2...) in the order they were defined.
For example, if the composite key
was defined as PRIMARY KEY(race_year, race_name) then the primary key in the path would be
race_year/race_name

Query Params
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.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

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