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

# List Forms

`GET /public/v1/forms`

Retrieve a paginated list of forms with optional filtering and sorting options.

## Query parameters

- `count` integer
- `page` integer
- `status` string[]
- `order_by` 'name' | 'responses' | 'status' | 'created_date' | 'modified_date'
- `asc` boolean
- `name` string

## Response `200`

- FormListResponse
  - `results` object[]
    - `id` string
    - `name` string
    - `date_created` string
    - `date_modified` string
    - `status` string
  - `has_next_page` boolean

## Other responses

- `400` — Bad Request
- `401` — Authentication error
- `403` — Permission error
- `429` — Too Many Requests

---

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