---
title: "List Fields"
method: GET
path: "/forms/field_sets/{field_set_id}/fields"
tags: ["Forms::Field"]
---

# List Fields

`GET /forms/field_sets/{field_set_id}/fields`

List fields for a field set

## Path parameters

- `field_set_id` integer, required

## Query parameters

- `after` string
- `sort_order` 'asc' | 'desc'
- `sort_property` 'id' | 'updated_at' | 'sort_order'

## Response `200`

OK

- FormsFieldAttributes[]
  - `id` integer — Field ID
  - `public_id` string, nullable — Field public ID
  - `field_set_id` integer — Field set ID
  - `label` string — Label
  - `field_type` string, nullable — Field Type
  - `allow_multiple` boolean, nullable — Allow Multiple
  - `key` string — Key
  - `hidden` boolean, nullable — Hidden
  - `sort_order` integer, nullable — Sort order
  - `created_at` string, date-time, nullable — Added
  - `updated_at` string, date-time, nullable — Updated

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.dev/myclickfunnels/apis/clickfunnels-api.md) · [All operations](https://skmtc.dev/myclickfunnels/apis/clickfunnels-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myclickfunnels/clickfunnels-api/revisions/ae6313eaa176/schema)
