Skip to main content
GET
Download batch job payload

Endpoint

Returns the processed JSON body Gu1 stored for resume/requeue (normalized rows + options), as an attachment. This is not the original CSV/XLS the client uploaded β€” for that use GET /batch-import/jobs/{jobId}/source when rawSourceS3Key exists. The object-storage key is resolved server-side and is never returned as a public URL.

Authentication

Requires the same batch-import gate as other /batch-import routes, plus the kind-specific export permission:

HTTP responses

Notes

  • Present when metadata includes payloadS3Key (or a legacy sourceS3Key that points at this job’s payload.json).
  • Related: original upload via GET /batch-import/jobs/{jobId}/source when rawSourceS3Key exists; row failures via the kind-specific failures.csv endpoints.
See also: Get batch job status, Transaction batch failures.