GuideLab API

Get Qc Settings

Retrieve quality control settings for the current lab. Returns an unpersisted default projection with QC disabled when no row exists; writes occur only through the manager-guarded update command.

GET
/qc-settings

Retrieve quality control settings for the current lab. Returns an unpersisted default projection with QC disabled when no row exists; writes occur only through the manager-guarded update command.

Authorization

__Secure-guidelab-prod.session_token<token>

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

In: cookie

Response Body

application/json

curl -X GET "https://example.com/qc-settings"
{  "settings": {    "id": "string",    "labId": "string",    "qcEnabled": true,    "selectAllEnabled": true,    "automationEnabled": true,    "automationId": "string",    "createdAt": "string",    "updatedAt": "string"  }}
Empty