---
title: "Queue the deposit ledger report (v1)"
method: GET
path: "/shop/reports/deposit-ledger/queue"
tags: ["Reports"]
---

# Queue the deposit ledger report (v1)

`GET /shop/reports/deposit-ledger/queue`

Queues an asynchronous build of the v1 deposit-ledger report.
Returns a `QueuedJob` whose `output` will contain a download URL
once processing finishes. Exposed at the legacy v1 URL alongside
the v2 counterpart at `/shop/reports/deposit-ledger-v2/queue` for
callers that have not yet migrated.

## Query parameters

- `dateFrom` string, date
- `dateTo` string, date
- `site_id` string, uuid

## Response `200`

The job was successfully queued

- object
  - `data` QueuedJob, required
    - `id` string, uuid, required — The ID of the queued job.
    - `status` 'pending' | 'complete' | 'failed', required — The status of the queued job.
    - `output` object, required — The output of the queued job.
    - `created_at` string, date-time, required — The date and time the queued job was created.
    - `updated_at` string, date-time, required — The date and time the queued job was last updated.

## Other responses

- `400` — The request failed.

---

[API](https://skmtc.dev/try/apis/trybe-api.md) · [All operations](https://skmtc.dev/try/apis/trybe-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/try/trybe-api/revisions/f37f92702da5/schema)
