---
title: "Query Plan Field Catalog"
method: GET
path: "/api/v1/admin/query-plans/field-catalog"
tags: ["Query Plans"]
---

# Query Plan Field Catalog

`GET /api/v1/admin/query-plans/field-catalog`

License fields usable in query plans. `field` is the config value (e.g. certNo, extra.domain); `i18nKey` is the frontend label key.

## Response `200`

Field catalog

- object — Field catalog
  - `success` boolean, required
  - `data` object, required
    - `filterable` object[]
      - `field` string
      - `i18nKey` string
    - `returnable` object[]
      - `field` string
      - `i18nKey` string

---

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