---
title: "List organization teams"
method: GET
path: "/orgs/{orgId}/teams"
tags: ["teams"]
---

# List organization teams

`GET /orgs/{orgId}/teams`

Lists all teams in the organization identified by the given `orgId`.

## Path parameters

- `orgId` integer, required

## Query parameters

- `max` integer
- `offset` integer
- `search` string

## Response `200`

OK

- ListTeamResponse
  - `teams` TeamDbDto[]
    - `avatarUrl` string
    - `description` string
    - `idpGroupId` integer, nullable
    - `idpGroupName` string, nullable
    - `membersCount` integer
    - `name` string
    - `teamId` integer
  - `totalSize` integer

## Other responses

- `400` — Bad request
- `403` — Operation not allowed

---

[API](https://skmtc.net/seqeralabs/apis/seqera-api.md) · [All operations](https://skmtc.net/seqeralabs/apis/seqera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seqeralabs/seqera-api/versions/13316c9fe5ff/schema)
