Skip to main content
GET
Get Enrichment Job Status
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

/checklist/enrichment/job/ Returns the current state and progress of a catalog enrichment background job. Authorization:
  • Required role: admin or higher
Method: GET

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

jobId
string
required

BullMQ job ID returned when the job was queued

Response

Job status retrieved

status
string
Example:

"success"

data
object