GuideLab API

List Qc Checklist Items

List all quality control checklist items for the current lab, sorted by display order. Optionally include inactive items.

GET
/qc-checklist

List all quality control checklist items for the current lab, sorted by display order. Optionally include inactive items.

Authorization

__Secure-guidelab-prod.session_token<token>

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

In: cookie

Query Parameters

includeInactive?|
Defaultfalse

Response Body

application/json

curl -X GET "https://example.com/qc-checklist"
{  "items": [    {      "id": "string",      "labId": "string",      "name": "string",      "sortOrder": 0,      "isActive": true,      "createdAt": "string",      "updatedAt": "string"    }  ]}
Empty
Empty
Empty