---
title: "List Tasks"
method: GET
path: "/task-bank/organizations/{organization}/tasks"
---

# List Tasks

`GET /task-bank/organizations/{organization}/tasks`

List every task under ``organization``, with each task's files and parsed input.

## Path parameters

- `organization` string, required

## Response `200`

Successful Response

- TaskBankTasksResponse — Every task under one organization (key + files), sorted newest-key first. ``truncated`` is True when the organization's listing hit the enumeration cap, so the task set shown is only a prefix of the full bank.
  - `organization` string, required
  - `tasks` TaskBankTaskDTO[], required
    - `task_key` string, required
    - `files` TaskBankFileDTO[], required
      - `name` string, required
      - `size_bytes` integer, required
    - `time` string, date-time, nullable
  - `truncated` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
