Web Service Method: Request a Task's Status
Abstract
Web Service Method: Request a Task's Status
Description |
---|
Returns the current status of an asynchronously called extraction identified by the task ID. |
URL: /extractor/api/extract/zip/taskstatus
Supported Methods |
---|
GET |
application/x-www-form-urlencoded
Parameter | Type | Required | Description |
---|---|---|---|
taskId | String | true | Task id of the asynchronous called task |
BASIC_AUTH | String | false | |
CLIENT_CERT_AUTH | String | false | |
DIGEST_AUTH | String | false | |
FORM_AUTH | String | false |
This method returns execution results in JSON format.
A TaskStatus object.