---
title: "List the org's bucket as a batch of signed download URLs (one per object)"
method: GET
path: "/api/v0beta1/storage/downloads"
tags: ["Downloads"]
---

# List the org's bucket as a batch of signed download URLs (one per object)

`GET /api/v0beta1/storage/downloads`

## Query parameters

- `prefix` string
- `cursor` string
- `limit` integer

## Response `200`

A page of objects, each with a signed `download_url`. Object `key`s preserve the bucket's directory structure, so a client can recreate the tree by writing each object to its `key`. URLs are valid for `expires_in` seconds; follow `next_cursor` for the next page.

- ListDownloadsResponse
  - `bucket` string, required
  - `prefix` string, required
  - `objects` DownloadObject[], required
    - `key` string, required
    - `size` integer
    - `last_modified` string
    - `download_url` string, required
  - `expires_in` integer, required
  - `next_cursor` string, nullable, required

## Other responses

- `400` — Error
- `401` — Error
- `403` — Error
- `500` — Error
- `502` — Error

---

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