List bundles
Retrieve a paginated list of product bundles for the authenticated lab, with optional filtering by category, search term, and visibility status.
Retrieve a paginated list of product bundles for the authenticated lab, with optional filtering by category, search term, and visibility status.
__Secure-guidelab-prod.session_token<token>
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Query Parameters
page?string
limit?string
search?string
categoryId?string
includeInactive?string
sortBy?string
sortOrder?string
labId?string
Response Body
application/json
curl -X GET "https://example.com/bundles"{ "data": [ null ], "pagination": { "page": 0, "limit": 0, "total": 0, "totalPages": 0 }}Empty
Empty
Empty
Empty