List orders currently blocked by an active hold
Returns a bounded cursor page of on-hold orders for the authenticated lab. Patient names honor the order's lab-masking policy.
Returns a bounded cursor page of on-hold orders for the authenticated lab. Patient names honor the order's lab-masking policy.
__Secure-guidelab-prod.session_token<token>
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Query Parameters
severity?string
Value in
- "critical"
- "high"
- "medium"
cursor?string
Length
1 <= length <= 1024limit?integer
Range
1 <= value <= 50Default
10Response Body
application/json
curl -X GET "https://example.com/dashboard/blocked-orders"{ "data": [ { "id": "string", "orderNumber": "string", "holdId": "string", "holdReasonName": "string", "blockedAt": "string", "blockedHours": 0, "overdueDays": 0, "severity": "critical", "deadline": "string", "patientName": "string", "practiceName": "string", "deepLink": "string" } ], "counts": { "all": 0, "critical": 0, "high": 0, "medium": 0 }, "nextCursor": "string"}Empty
Empty
Empty
Get exact clinic dashboard counters GET
Returns tenant-scoped aggregate counters without loading or returning patient rows.
Get active orders by deadline GET
Lists active orders filtered by deadline urgency (overdue, today, tomorrow, or all). Returns paginated results with patient, clinic, and category info. Lab-only endpoint.