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
Queries to run. Multiple queries can be separated by semicolons.
Minimum length:
1
(Optional) ID of organization to run query in.
Response
200
application/json
Query task ID
The response is of type string
.