---
title: "Get scholar bulk release"
method: GET
path: "/bulk/scholarly/release"
tags: ["bulk"]
---

# Get scholar bulk release

`GET /bulk/scholarly/release`

## Response `200`

Valid response from the server

- ScholarlyPublicBulkFile
  - `bulkDataProduct` string — data product
  - `dataVersion` string — data release version
  - `precursorDataVersion` string — previous data release version in case of delta
  - `records` integer — Number of records in this file release
  - `checksums` object — Checksum to validate integrity of the downloaded file
    - `crc32c` string
    - `crc32` string
    - `md5` string
    - `sha1` string
    - `sha512` string
  - `fileName` string
  - `firstRecordId` string — First record Lens Id
  - `lastRecordId` string — Last record Lens Id
  - `dateProcessed` string, date — Date this release was processed
  - `downloadAccessKey` string — Key to download this bulk using endpoint /bulk/download/{downloadAccessKey}
  - `size` string — Compressed size
  - `rawSize` string — Uncompressed size

## Other responses

- `204` — No Content
- `401` — Authentication credentials might be incorrect or missing
- `429` — You have exceeded the number of allowed calls

---

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