---
title: "コレクションの取得"
method: GET
path: "/v1/collections/{collection_id}"
tags: ["collection"]
---

# コレクションの取得

`GET /v1/collections/{collection_id}`

指定したIDのコレクションの情報を取得します。

## Path parameters

- `collection_id` integer, required

## Response `200`

成功

- Collection — コレクション
  - `id` integer, required — コレクションID
  - `title` string, required — コレクションのタイトル
  - `is_private` boolean, required — 非公開コレクションとして設定

## Other responses

- `404` — 存在しない、またはアクセス権の無いコレクションの場合 (ユーザーがチェックイン履歴を公開していない、またはコレクションが非公開設定)

## Changes

- **2023-12-15** `d78abb642299` — 1 info
  - endpoint added
- **2020-07-21** `be57ea2beb88` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/shikorism/apis/tissue-api/changes/v1/collections/:collection_id/get.md)

---

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