Skip to main content
POST
/
tasks
/
list
List all tasks
curl --request POST \
  --url https://cases.platform.arb.inc/tasks/list \
  --header 'Authorization: Bearer <token>'
{
  "tasks": [
    {
      "taskID": "2720f109-0caf-4c62-af22-5d08c853711c",
      "caseID": "2025-08-00292",
      "type": "file_document",
      "description": "File your Statement of Claim",
      "dueDate": "2025-08-22T10:30:00.000Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

access token

Response

200 - application/json

Successfully retrieved tasks

tasks
object[]