---
title: "Get all System Fields"
method: GET
path: "/system_field"
tags: ["system-fields"]
---

# Get all System Fields

`GET /system_field`

This method allows to retrieve all system fields.

## Response `200`

System Field list.

- object
  - `status` boolean
  - `result` object[]
    - `title` string
    - `slug` string
    - `default_value` string, nullable
    - `is_required` boolean
    - `entity` integer
    - `type` integer
    - `options` object[], nullable
      - `id` integer
      - `title` string
      - `slug` string
      - `color` string, nullable
      - `icon` string, nullable
      - `is_default` boolean
      - `read_only` boolean

## Other responses

- `400` — Bad Request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `429` — Too Many Requests.

---

[API](https://skmtc.dev/qase/apis/qase-io-testops-api-v1.md) · [All operations](https://skmtc.dev/qase/apis/qase-io-testops-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qase/qase-io-testops-api-v1/revisions/12ddc644fac5/schema)
