GET
/
v1
/
database
/
query
/
{query_task_id}
/
status
curl --request GET \
  --url https://api.roe-ai.com/v1/database/query/{query_task_id}/status/ \
  --header 'Authorization: Bearer <token>'
{
  "query_task_id": "123e4567-e89b-12d3-a456-426614174000",
  "status": "SUCCESS"
}

Authorizations

Authorization
string
header
required

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 status
query_task_id
string
required

The query task UUID.

status
string
required

The status of the query task.

error
string

An error message if the query failed.