---
title: "Get a single organization"
method: GET
path: "/v4/organizations/{id}"
tags: ["Organizations"]
---

# Get a single organization

`GET /v4/organizations/{id}`

Retrieve the details of a organization by ID

## Path parameters

- `id` string, uuid, required — Organization UUID

## Response `200`

Successful response

- Organization
  - `id` string, uuid, required — Organization UUID
  - `createdAt` string, required — Creation timestamp (ISO 8601)
  - `updatedAt` string, required — Last update timestamp (ISO 8601)
  - `name` string, required — Organization name
  - `slug` string, required — Organization slug
  - `defaultPipelineId` string, uuid, nullable, required — Default pipeline ID for the organization

## Other responses

- `400` — Client provided an invalid request for the organization. Please check the request format and parameters.
- `401` — No valid API key provided.
- `404` — The organization resource does not exist.
- `500` — Something went wrong on Gentrace's end.

## Changes

- **2025-07-24** `938ac0c5af7b` — 1 info
  - added the required property `defaultPipelineId` to the response with the `200` status
- **2025-07-22** `765227ffe9ad` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/gentrace/apis/gentrace-api/changes/v4/organizations/:id/get.md)

---

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