Database
Run Query Async
Run a query as in Roe AI workspace asynchronously. Returns the query task ID which can be used to check status and get results.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
SQL queries to run. Multiple SQL queries can be in the string by separating each query with a semicolon.
Minimum length:
1
(Optional) ID of organization to run query in. Can be omitted from payload.
Response
200
application/json
Query task ID
The response is of type string
.