Skip to main content
GET
List Bulk Uploads
List your bulk-upload batches, newest first.

Query Parameters

  • limit — Number of batches to return (1–200, default 50)
  • offset — Number of batches to skip (default 0)

Response

An object with a batches array and a total count. Each batch includes its status, row tallies, and timestamps — see Get Bulk Upload for the full shape including per-row results.

Authorizations

Authorization
string
header
required

Zinc API key (Bearer zn_...)

Headers

authorization
string | null

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 200
offset
integer
default:0
Required range: x >= 0

Response

Successful Response

A user's recent bulk-upload batches (newest first).

total
integer
required
batches
BulkBatchResponse · object[]