---
title: "Get all forms"
method: POST
path: "/public/get-all-forms-v2"
tags: ["Forms"]
---

# Get all forms

`POST /public/get-all-forms-v2`

Get a list of all published forms with their name and ID

Authentication with the "FERMION-API-KEY" header is required to use this endpoint.

Rate limit: Maximum 60 requests in a window of 1m.

## Request body

- object
  - `data` object[], required
    - `data` object, required

## Response `200`

API Response Body

- object[]
  - `output` union, required
    - object
      - `status` 'ok', required
      - `data` object, required
        - `forms` object[], required — List of published forms
          - `formId` string, required — Unique identifier for the form
          - `formName` string, required — Name/title of the form
    - object
      - `status` 'error', required
      - `errorMessage` string, required

---

[API](https://skmtc.net/fermion/apis/fermion-backend-api.md) · [All operations](https://skmtc.net/fermion/apis/fermion-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fermion/fermion-backend-api/revisions/7ce364c8820b/schema)
