List the current user forms
Forms
List the current user forms
Returns the current user forms, paginated by cursor. The default ordering is
created_at descending; use the sort parameter to switch to another field.
Required scope: form:read.
GET
List the current user forms
Authorizations
Personal Access Token prefixed with fh_. Sent as Authorization: Bearer fh_xxx.
The scope required by each endpoint is listed in that endpoint's description.
Query Parameters
Case-insensitive substring match against name
Filter by folder; empty string means "desktop" (no folder); omit for no filter
Sort field; results are always returned in descending order
Available options:
created_at, updated_at, last_entry_created_at Required range:
x <= 100Pagination cursor returned in the previous response as pagination.next_cursor
Last modified on June 2, 2026