Skip to main content
GET
List Enrichment Items
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

/checklist/enrichment Retrieves a list of staged enrichment items. Supports filtering by type, status, and batch ID. Results are paginated by default (max 200 per page). Use all=true to fetch all matching records without pagination. 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}"

Query Parameters

type
enum<string>

Filter by entity type

Available options:
asset,
product
status
enum<string>

Filter by status

Available options:
pending,
approved,
rejected,
imported,
failed
batchId
string

Filter by batch ID

all
enum<string>

Set to true to return all matching records without pagination

Available options:
true
page
integer
default:1

Page number (ignored when all=true)

size
integer
default:50

Items per page (ignored when all=true)

Required range: x <= 200

Response

Successfully retrieved enrichment items

status
string
Example:

"success"

data
object[]
pagination
object