Retrieve a paginated list of forms, with optional field selection, locale translations, search by display name, sorting, and pagination controls. Use this endpoint to build form catalogs or search interfaces.
Comma-separated list of fields to include in the response
Specifies the language or region for the response data
Search substring to filter forms by display name.
Field to sort results by (e.g. created_at
, name
).
Order pattern (asc for ascending and desc for descending, default is desc)
Number of items to skip for pagination offset.
Maximum number of forms to return.
A list of forms matching the query and pagination metadata.
The response is of type object
.