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

# Describe organization

`GET /orgs/{orgId}`

Retrieves the details of the organization identified by the given `orgId`.

## Path parameters

- `orgId` integer, required

## Response `200`

OK

- DescribeOrganizationResponse
  - `organization` 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

## 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 `organization/description` became nullable for the status `200`
  - the response property `organization/location` became nullable for the status `200`
  - the response property `organization/logoId` became nullable for the status `200`
  - the response property `organization/logoUrl` became nullable for the status `200`
  - …8 more

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