---
title: "List Forms"
method: GET
path: "/v1/forms"
---

# List Forms

`GET /v1/forms`

This API endpoint retrieves a list of forms.

## Query parameters

- `nextToken` string
- `limit` integer

## Response `200`

200

- object
  - `data` object[]
    - `id` string
    - `createdAt` string
    - `object` string
    - `name` string
    - `description` string
    - `formFieldIds` string[]
    - `formFields` object[]
      - `formFieldId` string
      - `title` string
      - `description` string
      - `type` string
      - `isRequired` boolean
    - `allowMultipleSubmissions` boolean
    - `visibility` string
    - `formResponseRequests` integer
    - `formResponseSubmissions` integer
    - `latestSubmissionDate` string
    - `updatedAt` string
  - `nextToken` string

## Other responses

- `403` — 403

---

[API](https://skmtc.net/assembly/apis/core-resources.md) · [All operations](https://skmtc.net/assembly/apis/core-resources/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/assembly/core-resources/versions/28a9e7d13a8c/schema)
