Database
Query Result
GET
/
v1
/
database
/
query
/
{query_task_id}
/
result
/
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
query_task_id
string
requiredResponse
200 - application/json
query_task_id
string
requiredThe query task UUID.
status
string
requiredThe status of the query task.
results
object[]
The results of the query.
error
string
An error message if the query failed.