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

# Get scholar bulk releases

`GET /bulk/scholarly/releases`

## Response `200`

Valid response from the server

- ScholarlyPublicBulkInfoFiles
  - `snapshot` 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
  - `delta` 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

- `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)
