---
title: "List Organisations Route"
method: GET
path: "/staff/organisations"
tags: ["Staff API"]
---

# List Organisations Route

`GET /staff/organisations`

List every real organisation, filterable by name or owner email.

## Query parameters

- `query` string, nullable
- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- StaffOrganisationRow[]
  - `id` string, required
  - `name` string, required
  - `owner_user_id` string, required
  - `owner_email` string, required
  - `archived` boolean, required
  - `created_at` string, date-time, nullable
  - `member_count` integer, required

## Other responses

- `422` — Validation Error

---

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