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
 }
]
JavaScript errors detected

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

If this problem persists, please contact our support.