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

# List team workspaces

`GET /orgs/{orgId}/teams/{teamId}/workspaces`

Lists all the workspaces of which the given `teamId` is a participant.

## Path parameters

- `orgId` integer, required
- `teamId` integer, required

## Query parameters

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

## Response `200`

OK

- ListWorkspacesByTeamResponse
  - `totalSize` integer
  - `workspaces` WorkspaceParticipantResponseDto[]
    - `orgId` integer
    - `orgName` string
    - `participantId` integer
    - `participantRole` string
    - `workspaceFullName` string
    - `workspaceId` integer
    - `workspaceName` string

## Other responses

- `400` — Bad Request
- `403` — Operation not allowed
- `404` — Not Found

## Changes

> 14 revisions in range; 1 not diffed.

- **2026-01-20** `98d6b538c88e` — 5 warning, 8 info
  - removed the optional property `workspaces/items/description` from the response with the `200` status
  - removed the optional property `workspaces/items/fullName` from the response with the `200` status
  - removed the optional property `workspaces/items/id` from the response with the `200` status
  - removed the optional property `workspaces/items/name` from the response with the `200` status
  - …9 more

[Change history](https://skmtc.dev/seqeralabs/apis/seqera-api/changes/orgs/:orgId/teams/:teamId/workspaces/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)
