List entries of a form
Entries
List entries of a form
Returns entries of a form owned by the current user, ordered by serial_number ascending,
paginated by cursor.
Every form field appears as a top-level key on each entry under its api_code; the JSON value
type follows the field’s type (see the Entry schema).
Required scope: entry:read.
GET
List entries of a form
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.
Path Parameters
Form token
Query Parameters
Page size (1..100, default 20)
Required range:
x <= 100Pagination cursor returned in the previous response as pagination.next_cursor
Last modified on June 2, 2026