---
title: "List Share Link Downloads"
method: GET
path: "/bundle_downloads"
tags: ["bundle_downloads", "Bundle Downloads"]
---

# List Share Link Downloads

`GET /bundle_downloads`

List Share Link Downloads

## Query parameters

- `cursor` string
- `per_page` integer
- `bundle_id` integer
- `bundle_registration_id` integer

## Response `200`

A list of BundleDownloads objects.

- BundleDownloadEntity[]
  - `bundle_registration` BundleRegistrationEntity — BundleRegistrationEntity model
    - `code` string — Registration cookie code
    - `name` string — Registrant name
    - `company` string — Registrant company name
    - `email` string — Registrant email address
    - `ip` string — Registrant IP Address
    - `inbox_code` string — InboxRegistration cookie code, if there is an associated InboxRegistration
    - `clickwrap_body` string — Clickwrap text that was shown to the registrant
    - `form_field_set_id` integer — Id of associated form field set
    - `form_field_data` object — Data for form field set with form field ids as keys and user data as values
    - `bundle_code` string — Bundle URL code
    - `bundle_id` integer — Id of associated bundle
    - `bundle_recipient_id` integer — Id of associated bundle recipient
    - `workspace_id` integer — Workspace ID. `0` means the default workspace.
    - `created_at` string, date-time — Registration creation date/time
  - `download_method` 'file' | 'full_zip' — Download method (file or full_zip)
  - `path` string — Download path
  - `workspace_id` integer — Workspace ID. `0` means the default workspace.
  - `created_at` string, date-time — Download date/time

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

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