---
title: "GET /sites/{site_id}/forms"
method: GET
path: "/sites/{site_id}/forms"
tags: ["form"]
---

# GET /sites/{site_id}/forms

`GET /sites/{site_id}/forms`

## Path parameters

- `site_id` string, required

## Response `200`

OK

- Form[]
  - `id` string
  - `site_id` string
  - `name` string
  - `paths` string[]
  - `submission_count` integer
  - `fields` object[]
  - `created_at` string, dateTime

## Other responses

- `default` — error

---

[API](https://skmtc.net/netlify/apis/netlify-s-api-documentation.md) · [All operations](https://skmtc.net/netlify/apis/netlify-s-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netlify/netlify-s-api-documentation/revisions/71540d1b5d9d/schema)
