---
title: "Get a list of all shelves in the repo."
method: GET
path: "/repos/{repo_id}/shelves"
tags: ["Repository Shelves Manipulation"]
---

# Get a list of all shelves in the repo.

`GET /repos/{repo_id}/shelves`

## Query parameters

- `branch_id` string

## Response `200`

A list of shelf objects

- object
  - `object` 'Shelf', required
  - `items` Shelf[], required
    - `id` string, required — Shelf identifier in Diversion
    - `name` string, required — Display name of the shelf
    - `created_timestamp` integer, required — Seconds since epoch UTC
    - `branch_id` string — Optional branch ID from which the changes were shelved

## Other responses

- `default` — An error occurred

---

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