# `Polarex.Downloadables`
[🔗](https://github.com/giusdp/polarex/blob/main/lib/polarex/operations/downloadables.ex#L1)

Provides API endpoint related to downloadables

# `customer_portal_downloadables_list`

```elixir
@spec customer_portal_downloadables_list(opts :: keyword()) ::
  {:ok, Polarex.ListResourceDownloadableRead.t()}
  | {:error, Polarex.HTTPValidationError.t()}
```

List Downloadables

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

## Options

  * `benefit_id`: Filter by benefit ID.
  * `page`: Page number, defaults to 1.
  * `limit`: Size of a page, defaults to 10. Maximum is 100.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
