List scan inbox items
Retrieve paginated scan inbox items for the current scanner-owning organization. Supports filtering by status, source, and search term, with configurable sorting.
Retrieve paginated scan inbox items for the current scanner-owning organization. Supports filtering by status, source, and search term, with configurable sorting.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Query Parameters
1 <= value11 <= value <= 10020"createdAt"Value in
- "createdAt"
- "scanDate"
- "dueDate"
- "patientName"
"desc"Value in
- "asc"
- "desc"
Response Body
application/json
curl -X GET "https://example.com/scan-inbox"{ "items": [ null ], "pagination": { "total": 0, "page": 0, "pageSize": 0, "totalPages": 0 }}Dismiss a scan inbox item POST
Mark an organization-owned scan inbox item as dismissed with an optional reason. The item will no longer appear in active scan inbox lists.
Re-run matching for a scan inbox item POST
Trigger the matching algorithm on a scan inbox item to find tenant-visible order, patient, or clinic matches. Updates match metadata and may auto-promote status to 'matched' if confidence is high enough.