/v1/forms

Returns a paginated list of form instances the caller has access to. Supports filtering and sorting via query parameters.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
enum

Fetch only forms with this status.

Allowed:
number
Defaults to 0

Define which page to fetch, using the limit property to define how many items a page will contain. (0 indexed)

number
Defaults to 20

Define how many items to include per page.

string

Specify a form template ID to filter by.

date-time

Fetch forms with a finalizedAt date FROM the provided value as an ISO UTC string. Inclusive.

date-time

Fetch forms with a finalizedAt date UNTIL the provided value as an ISO UTC string. Inclusive.

string
enum
Defaults to createdAt

Specify the field used for sorting.

Allowed:
string
enum
Defaults to desc

Define the sort order of the received payload.

Allowed:
Responses

400

Missing or invalid required parameter/s

403

Forbidden

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json