List Enrichment Items
Checklists
List Enrichment Items
/checklist/enrichment
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). Useall=true to fetch all matching records without pagination.
Authorization:
- Required role:
adminor higher
GET
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Query Parameters
Filter by entity type
Available options:
asset, product Filter by status
Available options:
pending, approved, rejected, imported, failed Filter by batch ID
Set to true to return all matching records without pagination
Available options:
true Page number (ignored when all=true)
Items per page (ignored when all=true)
Required range:
x <= 200