---
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

---

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