asyncquery_status
Retrieve the current status of a previously submitted asyncquery given its job_id
get/asyncquery_status/{job_id}
Path parameters
job_idstring required
Identifier of the job for status request
Response
Returns the status and current logs of a previously submitted asyncquery.
Example response
{
"description": "Callback URL returned 500",
"logs": [
{
"code": "code",
"level": "",
"message": "message",
"timestamp": "2020-09-03T18:13:49Z"
},
{
"code": "code",
"level": "",
"message": "message",
"timestamp": "2020-09-03T18:13:49Z"
}
],
"status": "Running",
"response_url": "https://arax.ncats.io/api/arax/v1.3/response/116481"
}