---
title: "List Organizations"
method: GET
path: "/task-bank/organizations"
---

# List Organizations

`GET /task-bank/organizations`

List the organizations whose task bank the running process can reach.

## Response `200`

Successful Response

- TaskBankOrganizationsResponse — The organizations the running process can serve tasks for (unreachable ones omitted).
  - `organizations` TaskBankOrganizationDTO[], required
    - `organization` string, required
    - `environment` string, required
    - `task_count` integer, required
    - `last_harvest_at` string, date-time, nullable, required
    - `retention_days` integer, required

---

[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)
