List the current user forms
Returns forms the current user can access — forms they created plus forms shared
with them as a collaborator — paginated by cursor. The default ordering is
created_at descending; use the sort parameter to switch to another field.
Required scope: form:read.
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
created_at, updated_at, last_entry_created_at x <= 100Pagination cursor returned in the previous response as pagination.next_cursor