Execute a SQL query.
POST {{baseUrl}}/query?limit=1000
Execute a SQL query.
Body
PARAM
Key | Datatype | Required | Description |
limit
|
number | The maximum number of items to return. | |
page
|
string | The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call. |
HEADERS
Key | Datatype | Required | Description |
opc-request-id
|
string | The client request ID for tracing. | |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"items": [
{
"veniam_c_a": {}
},
{
"Excepteurb3": {}
}
],
"usage": {
"readUnitsConsumed": 98445474,
"writeUnitsConsumed": 49790137
}
} |
ENDPOINTS