Skip to main content
GET
List Primary Keys

Authorizations

Authorization
string
header
required

JWT token authentication. Include the token in the Authorization header as Bearer {token}. See Authentication for more information on creating a token.

Query Parameters

catalogName
string

Restricts results to the specified catalog.

schemaName
string

Restricts results to the specified schema.

tableName
string

Restricts results to the specified table.

Response

200 - application/json

OK

results
object[] | null
error
object