---
title: "Queue an export of the charges list"
method: GET
path: "/shop/reports/charge-list/queue"
tags: ["Reports"]
---

# Queue an export of the charges list

`GET /shop/reports/charge-list/queue`

Queues a CSV export of the charges list to be generated asynchronously.

## Query parameters

- `site_id` string, uuid
- `completed_from` string, date-time
- `completed_to` string, date-time
- `created_from` string, date-time
- `created_to` string, date-time
- `revenue_date_from` string, date
- `revenue_date_to` string, date
- `payout_date_from` string, date
- `payout_date_to` string, date
- `status` string
- `chargeable_type` string
- `charge_type` string
- `processor` string
- `details_source` string
- `order_status` string
- `created_by` string, object-id
- `email` boolean

## 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)
