GuideLab API

List forms with questions

Returns forms for the authenticated lab with their associated questions. Supports filtering by scope, search, and active status. Lab-only endpoint.

GET
/forms

Returns forms for the authenticated lab with their associated questions. Supports filtering by scope, search, and active status. Lab-only endpoint.

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/forms"
{  "forms": [    null  ]}
Empty
Empty