---
title: "List Downloadables"
method: GET
path: "/v1/customer-portal/downloadables/"
tags: ["customer_portal", "downloadables", "public"]
---

# List Downloadables

`GET /v1/customer-portal/downloadables/`

**Scopes**: `customer_portal:read` `customer_portal:write`

## Query parameters

- `benefit_id` union — Filter by benefit ID.
  - string, uuid4 — The benefit ID.
  - string[]
- `page` integer — Page number, defaults to 1.
- `limit` integer — Size of a page, defaults to 10. Maximum is 100.

## Response `200`

Successful Response

- ListResourceDownloadableRead
  - `items` DownloadableRead[], required
    - `id` string, uuid4, required
    - `benefit_id` string, uuid4, required
    - `file` FileDownload, required
      - `id` string, uuid4, required — The ID of the object.
      - `organization_id` string, uuid4, required
      - `name` string, required
      - `path` string, required
      - `mime_type` string, required
      - `size` integer, required
      - `storage_version` string, nullable, required
      - `checksum_etag` string, nullable, required
      - `checksum_sha256_base64` string, nullable, required
      - `checksum_sha256_hex` string, nullable, required
      - `last_modified_at` string, date-time, nullable, required
      - `download` S3DownloadURL, required
        - `url` string, required
        - `headers` object
        - `expires_at` string, date-time, required
      - `version` string, nullable, required
      - `is_uploaded` boolean, required
      - `service` 'downloadable' | 'product_media' | 'organization_avatar' | 'support_case_attachment', required
      - `size_readable` string, required
  - `pagination` Pagination, required
    - `total_count` integer, required
    - `max_page` integer, required

## Other responses

- `422` — Validation Error

---

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