List tasks of an order's current phase
Returns the ordered task list of the order's active phase. For clinic requesters, only clinic-visible entries are returned and labels resolve to clinicTitle when set.
Returns the ordered task list of the order's active phase. For clinic requesters, only clinic-visible entries are returned and labels resolve to clinicTitle when set.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Path Parameters
uuidResponse Body
application/json
curl -X GET "https://example.com/orders/497f6eca-6276-4993-bfeb-53cbbbba6f08/phase-tasks"{ "tasks": [ { "id": "string", "taskId": "string", "label": "string", "sortOrder": 0, "isCurrent": true } ]}Get dispatched orders GET
Returns orders with a dispatched shipment and every consignment associated with each order. Shipment state is independent from the canonical order lifecycle.
List orders GET
Returns a paginated list of orders for the authenticated user's organization. Supports filtering by status, date range, search, and other criteria. Labs see orders where they are the lab; clinics see orders where they are the clinic.