---
title: "List Organization Teams"
method: GET
path: "/auth/organization/list-teams"
tags: ["Organization Management"]
---

# List Organization Teams

`GET /auth/organization/list-teams`

List all teams in an organization

## Response `200`

Success

- object[]
  - `id` string, required — Unique identifier of the team
  - `name` string, required — Name of the team
  - `organizationId` string, required — ID of the organization the team belongs to
  - `createdAt` string, required — Timestamp when the team was created
  - `updatedAt` string, required — Timestamp when the team was last updated

## Other responses

- `401` — Missing or invalid credentials

## Changes

- **2026-08-24** `08bbb5bedb5d` — 3 breaking, 6 info
  - removed the media type `application/json` for the response with the status `401`
  - the `items/createdAt` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `items/updatedAt` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the endpoint scheme security `bearerAuth` was removed from the API
  - …5 more
- **2026-03-04** `21aca40b5846` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/auth/organization/list-teams/get.md)

---

[API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.dev/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/revisions/9d1da42c10ce/schema)
