postQuery
POST/v1/environment/:environment/tables/query
Submit a SQL query against data in your Tables. The SQL query must be compatible with BigQuery.
Request
Path Parameters
environment stringrequired
- application/json
Body
required
sqlQuery stringrequired
Responses
- 200
Results of the provided SQL query
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
row
object
required
property name* string
error string
[
{
"row": {},
"error": "string"
}
]
Loading...