---
title: "Get Folder Custom Fields"
method: GET
path: "/v2/folder/{folder_id}/field"
tags: ["Custom Fields"]
---

# Get Folder Custom Fields

`GET /v2/folder/{folder_id}/field`

View the Custom Fields you have access to in a Folder. Get Folder Custom Fields only returns Custom Fields created at the Folder level. Custom Fields created at the List level are not included.\
 \
Custom Fields scoped to specific custom task types include an `applied_objects` array on each field object. Each entry has `object_type` (`19` for custom task type) and `object_id` (the custom task type ID, matching `custom_item_id` on tasks). Use [Get Custom Task Types](https://developer.clickup.com/reference/getcustomitems) to resolve IDs to names. Fields without task-type scoping omit `applied_objects`. Workspace-scoped Custom Fields are included when querying a Folder.

## Path parameters

- `folder_id` number, required

## Query parameters

- `include_applied_objects` boolean

## Headers

- `Content-Type` 'application/json', required

## Response `200`

- object
  - `fields` Items[], required — unresolved $ref

---

[API](https://skmtc.dev/clickup/apis/clickup-api-v2-reference.md) · [All operations](https://skmtc.dev/clickup/apis/clickup-api-v2-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clickup/clickup-api-v2-reference/revisions/72216f55b952/schema)
