List all panes
Filter panes by order, station, status, laminate role; merged_into rows excluded unless includeMerged=true.
Query: includeMerged
By default, panes with currentStatus: merged_into (retired laminate sheets/parent rows) are omitted so production views only show scannable work. Pass includeMerged=true to include them for audit or admin screens.
This only applies when you are not also sending status or status_ne (those filters take precedence over the default exclusion).
Related
- Scan a pane — laminate survivor and
MERGED_INTOerrors - QR Scanning overview — laminate merge behavior
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by order ID
Filter by request ID
Filter by material ID
Filter by current station ObjectId. Use the string null to find panes in virtual states (queued, completed, claimed).
Filter by exact current status
pending, in_progress, awaiting_scan_out, completed, claimed Exclude panes with this status (not-equal filter). Useful for excluding claimed panes from order views: ?order=<id>&status_ne=claimed. If both status and status_ne are provided, status_ne takes precedence.
pending, in_progress, awaiting_scan_out, completed, claimed Filter by laminate role. Use parent to get only parent panes, sheet for raw sheets, single for non-laminate panes.
single, parent, sheet Filter by parent pane ID. Returns all child sheets belonging to a specific parent pane.
When true, include merged_into panes. Default omits them unless status or status_ne is set.
true, false Max results to return (default 200, max 1000)
1 <= x <= 1000Sort field (prefix with - for descending)