---
title: "Export a Stocktake"
method: GET
path: "/inventory/stock-takes/{stockTakeId}/queue"
tags: ["StockTakes"]
---

# Export a Stocktake

`GET /inventory/stock-takes/{stockTakeId}/queue`

This endpoint queues an export of a stocktake for the given site.

## Path parameters

- `stockTakeId` string, uuid, required

## Query parameters

- `site_id` string, uuid, required
- `brand_ids` string[]
- `category_ids` string[]
- `supplier_ids` string[]
- `status` 'all' | 'uncounted' | 'counted'

## 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.
- `401` — The user is unauthenticated
- `404` — The resource couldn't be found

---

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