GuideLab API

List all form questions

Returns paginated form questions for the authenticated lab. Supports filtering by scope, search, and active status. These are global questions that can be assigned to multiple forms. Lab-only endpoint.

GET
/forms/questions

Returns paginated form questions for the authenticated lab. Supports filtering by scope, search, and active status. These are global questions that can be assigned to multiple forms. 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/questions"
{  "questions": [    null  ]}
Empty
Empty
Empty