Skip to main content
Skip table of contents

Task List

Gets list of available tasks.

Task is available 24 hours from posting.

URI

GET: /v1/task/list

Success response

Successful get request will return 200 (OK) and JSON.

Response JSON

List of tasks.

CODE
[
 {
  id: <id>,
  postDateTime: <datetime>,
  completed: false|true,
  errors: false|true
 }
]

All Responses

 

200
Description: Task status response with detailed information.

401
Description: Unauthorized
Common Causes: Insufficient permissions or Invalid API key or Tenant ID.
Solution: Verify user permissions. Contact support@documill.com

403
Description: Forbidden
Common Causes: Invalid API key or Tenant ID, Insufficient API Licenses.
Solution: Contact support@documill.com

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.