Get Job Status Of Ingestion
Catalog
Get Job Status Of Ingestion
This endpoint allows you to check the status of a background job, typically used to monitor the progress of bulk product uploads and inventory ingestion processes.
GET
Get Job Status Of Ingestion
This endpoint provides status information for asynchronous jobs such as CSV uploads, JSON bulk imports, and inventory updates. Use this to track the progress and completion status of your data ingestion operations.Documentation Index
Fetch the complete documentation index at: https://developer.lulacommerce.com/llms.txt
Use this file to discover all available pages before exploring further.
Job IDs are typically returned from other endpoints that initiate background processing tasks.
Path Parameters
The unique identifier of the job you want to check
Response
The response structure will depend on the job type and current status. Common response fields include:Current job status (e.g., “pending”, “processing”, “completed”, “failed”)
Job completion percentage (0-100)
Job creation timestamp
Last status update timestamp
Error details if the job failed

