List printers
Retrieves the list of printers for the current lab. Joins room and current batch.
Retrieves the list of printers for the current lab. Joins room and current batch.
__Secure-guidelab-prod.session_token<token>
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Query Parameters
roomId?string
includeInactive?||
Default
falseResponse Body
application/json
curl -X GET "https://example.com/production/printers"{ "printers": [ { "id": "string", "labId": "string", "roomId": "string", "name": "string", "model": "string", "material": "string", "status": "idle", "currentBatchId": "string", "sortOrder": 0, "isActive": true, "createdAt": "string", "updatedAt": "string", "room": { "id": "string", "name": "string", "color": "string" }, "currentBatch": { "id": "string", "name": "string", "status": "string", "startedAt": "string", "orderItems": [ { "id": "string", "orderId": "string", "orderNumber": "string", "productName": "string", "material": "string" } ] } } ]}Empty
List completed and failed print batches GET
Paginated history of batches with status completed or failed. Joins printer, room, and member display names. Ordered by completedAt DESC.
Storico: lab-wide activity feed GET
Returns activity rows across all orders in the current lab, joined with order/member/user/task metadata. Supports event-type filter and createdAt cursor-based pagination.