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

# コレクション一覧の取得

`GET /v1/users/{name}/collections`

指定したユーザーのコレクション一覧を取得します。

## Path parameters

- `name` string, required

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

成功

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

## Other responses

- `403` — ユーザーがチェックイン履歴を公開していない場合
- `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/users/:name/collections/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)
