Skip to main content
GET
Poll a fetch job's status
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

GET /catalog-import/job/ Description: Returns the current BullMQ state, progress, and (once completed) the staging result of a job created by POST /fetch. Scoped to the caller’s tenant — a job belonging to another tenant returns 404. 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

Response

Job status retrieved

status
string
Example:

"success"

data
object