---
title: "List organizations"
method: GET
path: "/orgs"
tags: ["orgs"]
---

# List organizations

`GET /orgs`

Lists all available organizations in a user context.

## Query parameters

- `role` string

## Response `200`

OK

- ListOrganizationsResponse
  - `organizations` OrganizationDbDto[]
    - `description` string, nullable
    - `fullName` string
    - `location` string, nullable
    - `logoId` string, nullable
    - `logoUrl` string, nullable
    - `memberId` integer, nullable
    - `memberRole` 'owner' | 'member' | 'collaborator'
    - `name` string
    - `orgId` integer
    - `paying` boolean
    - `type` 'academic' | 'evaluating' | 'pro' | 'basic' | 'internal'
    - `website` string, nullable
  - `totalSize` integer

## Other responses

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

## Changes

> 14 revisions in range; 1 not diffed.

- **2026-08-27** `97f7655d105a` — 8 breaking, 4 info
  - the response property `organizations/items/description` became nullable for the status `200`
  - the response property `organizations/items/location` became nullable for the status `200`
  - the response property `organizations/items/logoId` became nullable for the status `200`
  - the response property `organizations/items/logoUrl` became nullable for the status `200`
  - …8 more

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