Status
Get Async Task Status
Returns async task status by Job ID
get/ai/status/v1/jobs/{jobId}
Path parameters
jobIdstring uuid required
The job id to which status will be fetched
Response
Successful response
Example response
{
"response": {
"summaries": [
{
"name": "AbstractiveShort",
"values": [
{
"confidence": 0.97,
"value": "This meeting is focussed on rise of on demand marketplaces, online marketplaces and regulated services",
"start": 0.3,
"end": 3600.1
}
]
}
]
}
}