Skip to main content
GET
/
orders
/
bulk
/
{batch_id}
/
results.csv
Download Bulk Results
curl --request GET \
  --url https://api.zinc.com/orders/bulk/{batch_id}/results.csv \
  --header 'Authorization: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}
Download the batch results as a CSV. Each row contains the placement status, the order ID (when placed), any error message, and your original custom columns echoed back — handy for reconciling against the file you uploaded.
The response is text/csv, not JSON. Results are available as soon as rows start processing, but the file is only complete once the batch status is completed.

Authorizations

Authorization
string
header
required

Zinc API key (Bearer zn_...)

Headers

authorization
string | null

Path Parameters

batch_id
string<uuid>
required

Response

Successful Response