Skip to main content
GET
List entries of a 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

Form token

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 a key with - for descending. Sort over form field api_codes and serial_number/created_at/updated_at. Example: -field_3,field_1.

Response

Success

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