Get file processing job status
GET/api/v1/customer/add-data/jobs/:id
Returns the status of an asynchronous file job started by POST /api/v1/customer/add-data with async: true. While the file is being processed the status is pending or processing; on completion result carries the same payload as the synchronous file response, and on failure the job reports failed with an error.
Request
Responses
- 200
- 401
- 404
Job status or completed result
Business session is required
Job not found