List your entries on a published form
Returns the entries the current user has submitted to a published form, paginated by
cursor. Only your own entries are returned; private fields are never included. Filter
and sort exactly as on the owner entries endpoint (filter JSON array, sort comma
list), but private fields are not filterable or sortable.
Required scope: entry: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.
Path Parameters
Token of a published form
Query Parameters
Page size (1..100, default 20)
x <= 100Pagination cursor returned in the previous response as pagination.next_cursor
URL-encoded JSON array of filter conditions (see FilterConditions). All conditions are ANDed.
Comma-separated sort keys; prefix with - for descending.