---
title: "Get all custom fields"
method: GET
path: "/custom-fields"
tags: ["Custom Fields"]
---

# Get all custom fields

`GET /custom-fields`

## Response `200`

Request success

- object
  - `status` 'success' | 'error'
  - `data` object
    - `records` object[]
      - `field_id` string
      - `name` string
      - `tag` string
      - `date_added` string
      - `last_updated` string

## Other responses

- `422` — Invalid data
- `429` — Too many request

---

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