---
title: "List"
method: GET
path: "/organizations"
---

# List

`GET /organizations`

Get organizations accessible to the authenticated user.

Platform admins see all organizations, regular users see only their own.
When include_archived is set, archived organizations are included and flagged
via the archived field (platform admins only).

## Query parameters

- `include_archived` boolean

## Response `200`

Successful Response

- ListOrganizationsResponse — Response containing organizations accessible to the user.
  - `organizations` APIApiSchemaOrganizationsOrganization[], required
    - `id` string, required
    - `name` string, required
    - `config_name` string, required
    - `is_invite_only` boolean
    - `archived` boolean

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