Skip to main content
GET
List staged items in an import batch
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

GET /catalog-import/batch/ Description: Lists every CatalogImportItem staged under batchId for the caller’s tenant (all statuses — pending, approved, rejected, imported, failed), ordered by type then creation time. Read-only. 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

batchId
string
required

Response

Batch items retrieved (empty items array if the batch id has no staged rows)

status
string
Example:

"success"

data
object