List forms you have participated in
Participated Forms
List forms you have participated in
Returns the forms the current user has submitted entries to (and does not own),
paginated by cursor and ordered by most-recent submission. entries_count and
last_entry_created_at are the current user’s own participation stats for each form.
Required scope: form:read.
GET
List forms you have participated in
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
Page size (1..100, default 10)
Required range:
x <= 100Pagination cursor returned in the previous response as pagination.next_cursor
Last modified on July 9, 2026