---
title: "Get collection by ID"
method: GET
path: "/collections/{id}"
tags: ["Collections"]
---

# Get collection by ID

`GET /collections/{id}`

Get collection by ID

## Path parameters

- `id` string, required

## Response `200`

successful operation

- CollectionList
  - `id` integer
  - `title` string
  - `description` string
  - `created` string, date-time
  - `changed` string, date-time
  - `created_by` integer
  - `changed_by` integer
  - `username` string

---

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