---
title: "List forms"
method: GET
path: "/api/forms"
tags: ["Forms"]
---

# List forms

`GET /api/forms`

Lists all forms with optional pagination.

## Query parameters

- `page` integer, nullable
- `pageSize` integer, nullable
- `filter` string[], nullable

## Response `200`

Forms retrieved successfully.

- FormModel[]
  - `id` string, nullable — The ID of the form.
  - `name` string, nullable — The name of the form.
  - `description` string, nullable — The description of the form.
  - `isEnabled` boolean — Indicates if the form is enabled.
  - `themeId` string, nullable — The ID of the theme associated with the form.
  - `createdAt` string, date-time — The date and time when the form was created.
  - `modifiedAt` string, date-time, nullable — The date and time when the form was last modified.
  - `submissionsCount` integer, nullable — The total number of submissions for the form
  - `webHookSettingsJson` string, nullable — The JSON data containing webhook configuration settings for this form as a string.
  - `webHookSettings` unknown

## Other responses

- `400` — Invalid input data.
- `401` — Unauthorized
- `403` — Forbidden

## Changes

- **2025-11-21** `50eff5014b78` — 1 breaking, 4 info
  - removed the media type `application/problem+json` for the response with the status `400`
  - added the new optional `query` request parameter `filter`
  - added the optional property `items/themeId` to the response with the `200` status
  - added the optional property `items/webHookSettings` to the response with the `200` status
  - …1 more
- **2025-03-24** `fbc3fe6ecbf1` — 4 warning, 1 info
  - deleted the `query` request parameter `filter`
  - removed the optional property `items/themeId` from the response with the `200` status
  - removed the optional property `items/webHookSettings` from the response with the `200` status
  - removed the optional property `items/webHookSettingsJson` from the response with the `200` status
  - …1 more

[Change history](https://skmtc.dev/endatix/apis/endatix-platform-rest-api/changes/api/forms/get.md)

---

[API](https://skmtc.dev/endatix/apis/endatix-platform-rest-api.md) · [All operations](https://skmtc.dev/endatix/apis/endatix-platform-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/endatix/endatix-platform-rest-api/revisions/01bd299fd100/schema)
