---
title: "GET /v0.1/apps/{owner_name}/{app_name}/teams"
method: GET
path: "/v0.1/apps/{owner_name}/{app_name}/teams"
tags: ["account"]
---

# GET /v0.1/apps/{owner_name}/{app_name}/teams

`GET /v0.1/apps/{owner_name}/{app_name}/teams`

Returns the details of all teams that have access to the app.

## Path parameters

- `app_name` string, required
- `owner_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
  - `permissions` string[] — The permissions the team has for the app

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