List clinic-safe recent order activity
Returns only safe event classifications and order references. Raw activity payloads, notes, attachment IDs, and lab-internal task events are never selected.
Returns only safe event classifications and order references. Raw activity payloads, notes, attachment IDs, and lab-internal task events are never selected.
__Secure-guidelab-prod.session_token<token>
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Query Parameters
cursor?string
Length
1 <= length <= 1024limit?integer
Range
1 <= value <= 20Default
4Response Body
application/json
curl -X GET "https://example.com/dashboard/clinic/activity"{ "data": [ { "id": "string", "orderId": "string", "orderNumber": "string", "eventType": "status_changed", "summaryKey": "string", "createdAt": "string", "deepLink": "string" } ], "nextCursor": "string"}Empty
Empty
Empty