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

# List organization workspaces

`GET /orgs/{orgId}/workspaces`

Lists the organization workspaces in `orgId` to which the requesting user belongs.

## Path parameters

- `orgId` integer, required

## Response `200`

OK

- ListWorkspacesResponse
  - `workspaces` WorkspaceDbDto[]
    - `description` string
    - `fullName` string
    - `id` integer
    - `name` string
    - `visibility` 'PRIVATE' | 'SHARED'

## 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/revisions/13316c9fe5ff/schema)
