---
title: "List saved forms"
method: GET
path: "/forms"
tags: ["Widgets"]
---

# List saved forms

`GET /forms`

Lists saved signup forms for the authenticated workspace, including their server-managed audience settings and public action URLs.

## Response `200`

Saved forms returned successfully

- object
  - `success` boolean, required
  - `companyId` string, required
  - `forms` object[], required
    - `id` string
    - `name` string
    - `status` string
    - `settings` object
    - `actionUrl` string, uri

## Other responses

- `401` — Unauthorized
- `403` — API key is missing widgets:read

---

[API](https://skmtc.net/sequenzy/apis/sequenzy-api.md) · [All operations](https://skmtc.net/sequenzy/apis/sequenzy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sequenzy/sequenzy-api/versions/af1cf9620482/schema)
