---
title: "GET /organisations/{id}"
method: GET
path: "/organisations/{id}"
tags: ["organisations"]
---

# GET /organisations/{id}

`GET /organisations/{id}`

Returns organisation details

## Path parameters

- `id` string, required

## Response `200`

Success

- Organisation
  - `id` string, required — ID of the organisation
  - `name` string, required — Name of the organisation
  - `url` string, required — OpenTrials API URL of the organisation

## Other responses

- `404` — Organisation not found
- `default` — Error

## Changes

- **2016-09-04** `c55bfe84e6b6` — 1 info
  - api operation id `get` removed and replaced with `getOrganisation`
- **2016-05-31** `7a0eb1704719` — 1 info
  - api operation id `getOrganisation` removed and replaced with `get`

[Change history](https://skmtc.dev/opentrials/apis/opentrials-api/changes/organisations/:id/get.md)

---

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