GuideLab API

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.

GET
/dashboard/clinic/activity

Returns only safe event classifications and order references. Raw activity payloads, notes, attachment IDs, and lab-internal task events are never selected.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Query Parameters

cursor?string
Length1 <= length <= 1024
limit?integer
Range1 <= value <= 20
Default4

Response 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