Overview
Check the processing status of a batch LMS sync job created via LMS Customer Batch Sync.Path Parameters
- jobId — The job ID returned by the batch sync endpoint (required). Must be a valid UUID.
Response Format
Response Fields
Status Values
- pending — Job is queued but background processing has not started yet
- processing — Job is actively syncing customers. Poll again to see updated progress.
- completed — All customers have been processed. Check
processedandfailedfor results. - failed — The job encountered a fatal error (e.g., could not read batch data) or all customers failed to sync.
Polling Recommendations
- Poll every 5 seconds while status is
processing - Stop polling when status is
completedorfailed - The
progressPercentagefield provides a quick progress indicator