---
title: "Retrieve Bulk TransactionCustomExport"
method: POST
path: "/business/v2/transactions/custom-exports/bulk-retrieve"
tags: ["Transaction Custom Export"]
---

# Retrieve Bulk TransactionCustomExport

`POST /business/v2/transactions/custom-exports/bulk-retrieve`

Endpoint retrieve a list of `TransactionCustomExport` by TransactionIds.

## Request body

- TransactionCustomExportBulk — Get `TransactionCustomExport` JSON parameters.
  - `transaction_ids` string[], required — The list of `Transaction` ID, max item 1000

## Response `200`

The result is an array containing `TransactionCustomExport`.

- RetrieveCustomExportTransaction
  - `result` TransactionCustomExportRetrieve[]
    - `id` string — The `TransactionCustomExport` ID
    - `transaction_id` string — The `Transaction` ID
    - `product` string — A product that exported list of `Transaction`
    - `export_timestamp` string — The date and time when the `Transaction` was exported.

## Other responses

- `404` — One or more resource requested does not exist.

---

[API](https://skmtc.net/soldo/apis/soldo-business-api-v2-0.md) · [All operations](https://skmtc.net/soldo/apis/soldo-business-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soldo/soldo-business-api-v2-0/revisions/7be21448a2b3/schema)
