Get bulk import job status
Retrieve the current status and results of a bulk customer import job. This endpoint can be used to track the progress of both CSV uploads.
The response includes:
- Overall job status
- Progress statistics
- Detailed error information for failed entries
- Completion timestamp when finished
Documentation Index
Fetch the complete documentation index at: https://ramps-05-22-docs-annotate-cards-intro-snippet-triggers-mint.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API token authentication using format <api token id>:<api client secret>
Path Parameters
ID of the bulk import job to retrieve
Response
Job status retrieved successfully
Unique identifier for the bulk import job
"Job:019542f5-b3e7-1d02-0000-000000000006"
Current status of the job
PENDING, PROCESSING, COMPLETED, FAILED "PROCESSING"
Detailed error information for failed entries
Timestamp when the job completed (only present for COMPLETED or FAILED status)
"2025-08-15T14:32:00Z"