---
title: "/customfields"
method: GET
path: "/v1/customfields"
tags: ["Custom Fields"]
---

# /customfields

`GET /v1/customfields`

List custom fields.

Sorted by custom field position as configured in the app.

## Query parameters

- `name` string
- `limit` string
- `cursor` string
- `sortBy` 'pos'

## Response `200`

Default

- object
  - `data` object[]
    - `id` string
    - `name` string
    - `description` string
    - `createdAt` string, style
    - `updatedAt` string
    - `type` string
  - `pagination` object
    - `hasMore` boolean
    - `cursor` unknown
  - `total` integer

---

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