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

Description

GET /publishing-bootstrap/batch/ Description: Returns every staged item in the batch regardless of status (pending, imported, failed, rejected), oldest first. For the review-oriented view of pending items only, use GET /publishing-bootstrap/batch/{batchId}/diff. 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

Batch id returned by POST /publishing-bootstrap/scan

Response

Batch items retrieved (an unknown batchId yields an empty list)

status
string
Example:

"success"

data
object