Skip to main content
GET
List Forms

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

teamId
string

The ID of the team.

pageSize
integer<int32>

Maximum number of results to return. Default is 1000, maximum is 2000.

pageToken
string

Token for pagination. Leave empty for the first request.

isPublished
boolean

Return only published forms (true) or only never-published ones (false). Omit to return both.

Response

200 - application/json

Success

data
Form · object[]

The list of forms.

nextPageToken
string | null

Token for retrieving the next page of results. Empty if no more results.