List production rooms
Retrieves a paginated list of production rooms for the current lab. Supports filtering by active status and search by name.
Retrieves a paginated list of production rooms for the current lab. Supports filtering by active status and search by name.
__Secure-guidelab-prod.session_token<token>
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Query Parameters
includeInactive?||
Default
falsesearch?string
page?integer
Range
0 < valueDefault
1limit?integer
Range
0 < value <= 100Default
50Response Body
application/json
curl -X GET "https://example.com/production/rooms"{ "rooms": [ { "id": "string", "labId": "string", "name": "string", "description": "string", "color": "string", "icon": "string", "layoutType": "default", "sortOrder": 0, "isActive": true, "createdAt": "string", "updatedAt": "string" } ]}Empty
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.
List production tasks GET
Returns the task library for the current lab. Filter by trigger, active flag, or free-text name search.