---
title: "GET /api/v2/sheets/bulk/{sheet_id_list}"
method: GET
path: "/api/v2/sheets/bulk/{sheet_id_list}"
tags: ["Sheets"]
---

# GET /api/v2/sheets/bulk/{sheet_id_list}

`GET /api/v2/sheets/bulk/{sheet_id_list}`

Returns brief summaries of many Sheets at once. The path parameter is a pipe-delimited (`|`) list of sheet IDs. Each ID is found in the same way it is found for single-Sheet endpoints (i.e., the number in the Sheet's URL on Voices on Sefaria).

## Path parameters

- `sheet_id_list` string, required

## Response `200`

Successful Response

- BulkSheetEntryJSON — Lightweight summary of a single sheet returned by the bulk endpoint.
  - `sheet_id` integer
  - `sheet_title` string
  - `sheet_summary` string
  - `sheet_via` integer, nullable
  - `publisher_id` integer
  - `publisher_name` string
  - `publisher_url` string
  - `publisher_image` string
  - `publisher_position` string
  - `publisher_organization` string

---

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