Skip to main content
GET
/
api
/
common
/
query-async-task-result
Querying Async Task Results
curl --request GET \
  --url https://www.ailabapi.com/api/common/query-async-task-result \
  --header 'ailabapi-api-key: <api-key>'
{
  "error_code": 0,
  "error_code_str": "",
  "error_msg": "",
  "error_detail": {
    "status_code": 200,
    "code": "",
    "code_message": "",
    "message": ""
  },
  "task_status": 0
}

Authorizations

ailabapi-api-key
string
header
required

API Key for authentication

Query Parameters

task_id
string

The task_id returned by the asynchronous API.

Response

200 - application/json

Success

The response is of type object.