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

# Queue an export of the service charge items report

`GET /shop/reports/service-charge-items/queue`

This endpoint queues an export of the service charge items report.

## Query parameters

- `site_id` string, uuid
- `offering_type` string[]
- `offering_id` string[]
- `offering_category` string
- `sold_by_id` string[]
- `order_status` string
- `status` string
- `date_from` string, date
- `date_to` string, date
- `revenue_date_from` string, date
- `revenue_date_to` string, date
- `order_submitted_at_from` string, date-time
- `order_submitted_at_to` string, date-time
- `order_label` string[]
- `item_date_from` string, date
- `item_date_to` string, date
- `practitioner_id` string[]
- `room_id` string[]
- `zone_id` string[]

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