---
title: "Get a list of all pending tasks"
method: GET
path: "/task"
tags: ["Tasks"]
---

# Get a list of all pending tasks

`GET /task`

Retrieves a list of all pending tasks that the user has.

## Response `200`

List of pending tasks

- Task[]
  - `data` object, required — A JSON object containing the task data, structured in JSON Schema format. This field includes a detailed schema representation of the task, as well as an embedded HTML description for visual rendering. The schema contains metadata about the form, including labels, input elements, and structure, which can be used to render a dynamic form in a UI.
  - `expiry` string, date-time, nullable, required — The expiry datetime of the task (timezone aware). Null if the task does not expire.
  - `uid` string, required — Task uid

---

[API](https://skmtc.net/treasuryspring/apis/treasuryspring-public-api.md) · [All operations](https://skmtc.net/treasuryspring/apis/treasuryspring-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasuryspring/treasuryspring-public-api/versions/d587dda25444/schema)
