List forms

Retrieve a paginated list of all forms accessible to the logged-in user.

What You Get

  • Forms created in the customer account
  • Only forms the user has access to (based on permissions)
  • Pagination support for large form lists
  • Filtering by form status
  • Sorting capabilities

Query Parameters

  • limit: Number of forms per page (default: 10, max: 100)
  • offset: Starting position for pagination (default: 0)
  • status: Filter by form status (DRAFT, ACTIVE, ARCHIVED). Can be specified multiple times.
  • orderBy: Sort by column (e.g., name, createdAt, status)
  • orderDir: Sort direction (ASC, DESC)

Use Case

Use this to build form listing pages in your application with filtering and sorting capabilities.

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

The amount of forms to return. Default: 10, Max: 100

int32

The offset from the beginning of the list. Default: 0, Value: >=0

status
array of strings

Form status filter. Can be one of: DRAFT, ACTIVE, ARCHIVED

List<String>
string

Sort by column. Available columns: id, name, status, createdAt, updatedAt

string

Order direction: ASC or DESC

Response

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