Skip to main content
GET
List your entries on a published form

Authorizations

Authorization
string
header
required

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
string
required

Token of a published form

Query Parameters

limit
integer
default:20

Page size (1..100, default 20)

Required range: x <= 100
cursor
string

Pagination cursor returned in the previous response as pagination.next_cursor

filter
string

URL-encoded JSON array of filter conditions (see FilterConditions). All conditions are ANDed.

sort
string

Comma-separated sort keys; prefix with - for descending.

Response

Success

data
object[]
required
pagination
object
required
Last modified on July 24, 2026