GET
/
v1
/
database
/
query
/
{query_task_id}
/
result
/

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

query_task_id
string
required

Response

200 - application/json
query_task_id
string
required

The query task UUID.

status
string
required

The status of the query task.

results
object[]

The results of the query.

error
string

An error message if the query failed.