Cronologia: list activity rows for an order
Returns activity rows ordered by createdAt DESC. Powers the Cronologia rail and acts as the source of truth for the per-phase-visit done-ness calculation.
Returns activity rows ordered by createdAt DESC. Powers the Cronologia rail and acts as the source of truth for the per-phase-visit done-ness calculation.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Path Parameters
Query Parameters
Value in
- "task_fired"
- "task_review_event"
- "status_changed"
- "phase_changed"
- "tray_assigned"
- "file_uploaded"
- "note_added"
- "system"
- "hold_requirement_changed"
1 <= value <= 500100Response Body
application/json
curl -X GET "https://example.com/production/orders/string/activity"{ "activity": [ { "id": "string", "orderId": "string", "orderPhaseTaskId": "string", "eventType": "task_fired", "actorMemberId": "string", "actorUserId": "string", "phaseAtTime": "string", "statusAtTime": "draft", "payload": { "property1": null, "property2": null }, "notes": "string", "attachmentIds": [ "string" ], "createdAt": "string" } ]}Get teammate production settings GET
Retrieves production-specific settings for a lab member, including daily unit capacity, access level, default room, and unassigned task visibility. Returns defaults if no settings are configured.
List print batches GET
Retrieves print batches for the current lab. Filter by printerId, roomId, or status. Joins order items.