---
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, nullable
    - `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

## Changes

> 14 revisions in range; 1 not diffed.

- **2026-08-27** `97f7655d105a` — 1 breaking
  - the response property `teams/items/avatarUrl` became nullable for the status `200`
- **2026-07-09** `aa8544683897` — 2 info
  - added the optional property `teams/items/idpGroupId` to the response with the `200` status
  - added the optional property `teams/items/idpGroupName` to the response with the `200` status

[Change history](https://skmtc.dev/seqeralabs/apis/seqera-api/changes/orgs/:orgId/teams/get.md)

---

[API](https://skmtc.dev/seqeralabs/apis/seqera-api.md) · [All operations](https://skmtc.dev/seqeralabs/apis/seqera-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/seqeralabs/seqera-api/revisions/97f7655d105a/schema)
