Retrieve a paginated list of forms for the authenticated organization.
The API key.
Search for a form by name.
The field to sort the forms by. The default is createdAt
, and sort order is always descending.
createdAt
, submissions
The page number for pagination.
x > 0
1
The number of items per page.
0 < x <= 100
50
A list of forms.
The response is of type object
.