Get a collection

GET {{baseUrl}}/v2/schemas/namespaces/:namespace-id/collections/:collection-id?raw=true

Request Params

KeyDatatypeRequiredDescription
rawbooleanunwrap results

HEADERS

KeyDatatypeRequiredDescription
X-Cassandra-Tokenstring(Required) The token returned from the authorization endpoint for classic databases. Use this token in each request.
Acceptstring

RESPONSES

status: OK

{"data":[{"name":"users","fields":{"name":{"type":"String","index":true}},"validationAction":"warn"}]}