Download batch job payload
API Reference
Download batch job payload
Download the processed payload.json stored for a batch import job (resume/debug). Authenticated attachment β no public object-storage URL.
GET
Download batch job payload
Endpoint
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
/batch-import routes, plus the kind-specific export permission:
HTTP responses
Notes
- Present when metadata includes
payloadS3Key(or a legacysourceS3Keythat points at this jobβspayload.json). - Related: original upload via
GET /batch-import/jobs/{jobId}/sourcewhenrawSourceS3Keyexists; row failures via the kind-specificfailures.csvendpoints.