GuideLab API

List products

Retrieve a paginated list of products for the authenticated lab, grouped by category. Supports batch fetch by IDs, filtering by category/standard/search, and sorting. Includes file requirements, materials, inventory requirements, and custom fields.

GET
/products

Retrieve a paginated list of products for the authenticated lab, grouped by category. Supports batch fetch by IDs, filtering by category/standard/search, and sorting. Includes file requirements, materials, inventory requirements, and custom fields.

Authorization

__Secure-guidelab-prod.session_token<token>

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

In: cookie

Query Parameters

ids?string
categoryId?string
standardId?string
search?string
includeInactive?string
includeHidden?string
onlyInactive?string
page?string
limit?string
sortBy?string
sortOrder?string
labId?string

Response Body

application/json

curl -X GET "https://example.com/products"
{  "categories": [    null  ],  "products": [    null  ],  "data": [    null  ],  "workTypeLayout": "string",  "pagination": {    "page": 0,    "limit": 0,    "total": 0,    "totalPages": 0  }}
Empty
Empty
Empty
Empty