---
title: "/task/details/list"
method: POST
path: "/task/details/list"
tags: ["Tasks"]
---

# /task/details/list

`POST /task/details/list`

Use this endpoint to retrieve list of tasks details for a claim

## Request body

- object
  - `providerId` integer, required — Your unique provider identifier from SoFi Tech Solutions. Pattern: Max 10 digits Example: `9999`
  - `transactionId` string, required — Supply a globally unique ID to identify this endpoint request ("transaction"). Pattern: Max 60 characters Example: `"984513-395483653-4483483478"`
  - `ClaimId` string, required — Unique claim ID
  - `TaskLabel` string, required — Label of tasks being retrieved for said claim

## Response `200`

Successful task details list request

- object
  - `AvailableActionList` object[]
    - `Value` string — available action
  - `StatusList` object[]
    - `Type` 'Error' | 'Success' — Status of the request
    - `Message` string — Message about the status
    - `Code` string — Numeric code for the status
  - `TaskDetailList` object[]
    - `TaskId` string — UUID of task
    - `DisputeId` string — Dispute Id
    - `Detail` object — Dynamic detail object, depends on task
  - `rtoken` string, nullable — A system-generated ID used for tracking
  - `StatusCode` integer, nullable — The HTTP response status code

## Other responses

- `400` — Error task list details request
- `500` — Error task list request

---

[API](https://skmtc.net/galileo-ft/apis/program-api.md) · [All operations](https://skmtc.net/galileo-ft/apis/program-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/galileo-ft/program-api/revisions/bcd728f97a18/schema)
