Get active orders by deadline
Lists active orders filtered by deadline urgency (overdue, today, tomorrow, or all). Returns paginated results with patient, clinic, and category info. Lab-only endpoint.
Lists active orders filtered by deadline urgency (overdue, today, tomorrow, or all). Returns paginated results with patient, clinic, and category info. Lab-only endpoint.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Query Parameters
"all"Value in
- "overdue"
- "today"
- "tomorrow"
- "all"
1 <= value11 <= value <= 100201 <= length <= 64Response Body
application/json
curl -X GET "https://example.com/dashboard/operations"{ "data": [ { "id": "string", "orderNumber": "string", "patient": { "firstName": "string", "lastName": "string" }, "status": "string", "practice": { "name": "string" }, "doctor": "string", "category": "string", "dueDate": "string", "createdAt": "string" } ], "pagination": { "page": 0, "limit": 0, "total": 0, "totalPages": 0 }}List orders currently blocked by an active hold GET
Returns a bounded cursor page of on-hold orders for the authenticated lab. Patient names honor the order's lab-masking policy.
Bootstrap all lab dashboard panels in one call GET
Aggregates /dashboard/stats, /dashboard/today, /dashboard/trends, and /dashboard/operations into a single parallel request. Defaults: today's date, revenue metric, 30-day trends, all deadlines, page 1, limit 10.