Get a task
__Secure-guidelab-prod.session_token<token>
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Path Parameters
id*string
Response Body
application/json
curl -X GET "https://example.com/production/tasks/string"{ "task": { "id": "string", "labId": "string", "name": "string", "description": "string", "iconDefault": "string", "colorDefault": "string", "styleDefault": "primary", "completionTrigger": "acknowledge", "completionTriggerConfig": { "type": "acknowledge" }, "sideEffects": [ { "type": "change_status", "toStatus": "draft" } ], "captureConfig": { "requireNotes": false, "requirePhoto": false, "notesPlaceholder": "string", "notesMaxLength": 1 }, "defaultAssigneeMemberId": "string", "roomId": "string", "isActive": true, "createdAt": "string", "updatedAt": "string" }}Empty
Get production statistics overview GET
Returns a minimal production statistics overview computed from the activity log. Detailed per-room / per-member breakdowns are TODO under the new task model.
Per-day scheduled-stage counts for a production room GET
Returns a map of YYYY-MM-DD → number of distinct active stages with a task scheduled that day in the room. Powers the production date picker's per-day badges.