Task
Get Task
Keep track of the progress of an extraction task by polling this route with the task ID.
GET
/
api
/
v1
/
task
/
{task_id}
Authorizations
Path Parameters
Id of the task to retrieve
Response
200 - application/json
Available options:
Starting
, Processing
, Succeeded
, Failed
, Canceled