get https://api.connect.bloomreach.com/dataconnect/api/v1/jobs/
Sending modifications to a catalog's products or publishing the index for a catalog will return a job identifier such as:
{"jobId":"713aa624-1d7c-4e4a-ac23-6463e48a5fdd"}
You can use the the Job ID to get the status of that modification, and other information about the job. For now, only the "status", "started_at", "stopped_at" properties should be considered stable.
Endpoints
- Production: https://api.connect.bloomreach.com/dataconnect/api/v1/
- Staging: https://api-staging.connect.bloomreach.com/dataconnect/api/v1/
Job statuses
- creating
- queued
- running
- success
- failed
- skipped
- killed
Values in bold are the most common.