---
title: "List Org Teams"
method: GET
path: "/v1/orgs/{orgID}/teams"
tags: ["Team Management"]
---

# List Org Teams

`GET /v1/orgs/{orgID}/teams`

Returns a list of all teams within the specified organization.

## Path parameters

- `orgID` string, uuid, required — The ID of the organization to list teams for.

## Response `200`

A list of teams

- object
  - `teams` Team[]
    - `id` string, uuid, required
    - `org_id` string, uuid
    - `name` string, required
    - `created_at` string, date-time, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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