---
title: "GET /v0.1/orgs/{org_name}/teams"
method: GET
path: "/v0.1/orgs/{org_name}/teams"
tags: ["account"]
---

# GET /v0.1/orgs/{org_name}/teams

`GET /v0.1/orgs/{org_name}/teams`

Returns the list of all teams in this org

## Path parameters

- `org_name` string, required

## Response `200`

Success

- object[]
  - `id` string, uuid, required — The internal unique id (UUID) of the team.
  - `name` string, required — The name of the team
  - `display_name` string, required — The display name of the team
  - `description` string — The description of the team

## Other responses

- `default` — Error

---

[API](https://skmtc.net/appcenter/apis/app-center-client.md) · [All operations](https://skmtc.net/appcenter/apis/app-center-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/appcenter/app-center-client/revisions/4e9226ab8f35/schema)
