---
title: "Returns WordFrequency Info."
method: GET
path: "/word_frequency/info/{project_id}"
tags: ["word_frequency"]
---

# Returns WordFrequency Info.

`GET /word_frequency/info/{project_id}`

## Path parameters

- `project_id` integer, required

## Response `200`

Successful Response

- ColumnInfoWordFrequencyColumns[]
  - `label` string, required — Display label of the column
  - `column` union, required — The column: an enum member, or an int id referring to a project-metadata column
    - 'WF_WORD' | 'WF_WORD_FREQUENCY' | 'WF_WORD_PERCENT' | 'WF_SOURCE_DOCUMENT_FREQUENCY' | 'WF_SOURCE_DOCUMENT_PERCENT' | 'WF_SOURCE_DOCUMENT_NAME' | 'WF_TAG_ID_LIST_RECURSIVE' | 'WF_CODE_ID_LIST_RECURSIVE' | 'WF_FOLDER_ID_LIST_RECURSIVE' | 'WF_USER_ID_LIST' | 'WF_SPAN_ANNOTATIONS'
    - integer
  - `sortable` boolean, required — Whether the column can be sorted
  - `groupable` boolean, required — Whether the column can be grouped
  - `operator` 'BOOLEAN' | 'STRING' | 'ID' | 'NUMBER' | 'ID_LIST' | 'ID_LIST_RECURSIVE' | 'LIST' | 'DATE' | 'ATTACHED_OBJECT_TYPE' | 'ATTACHED_OBJECT' | 'SPAN_ANNOTATION', required
  - `value` 'ATTACHED_OBJECT_TYPE' | 'ATTACHED_OBJECT' | 'SDOC_ID' | 'CODE_ID' | 'USER_ID' | 'TAG_ID' | 'FOLDER_ID' | 'SPAN_ANNOTATION' | 'DOC_TYPE' | 'INFER_FROM_OPERATOR', required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-20** `28b2f0e8bc01` — 5 warning, 1 info
  - added the new `ATTACHED_OBJECT` enum value to the `items/operator` response property for the response status `200`
  - added the new `ATTACHED_OBJECT` enum value to the `items/value` response property for the response status `200`
  - added the new `ATTACHED_OBJECT_TYPE` enum value to the `items/operator` response property for the response status `200`
  - added the new `ATTACHED_OBJECT_TYPE` enum value to the `items/value` response property for the response status `200`
  - …2 more
- **2026-07-21** `ebfa22e4da0a` — 2 warning
  - added the new `FOLDER_ID` enum value to the `items/value` response property for the response status `200`
  - added the new `WF_FOLDER_ID_LIST_RECURSIVE` enum value to the `items/column/anyOf[subschema #1: WordFrequencyColumns]/` response property for the response status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/uhh-lt/apis/discourse-analysis-tool-suite-api/changes/word_frequency/info/:project_id/get.md)

---

[API](https://skmtc.dev/uhh-lt/apis/discourse-analysis-tool-suite-api.md) · [All operations](https://skmtc.dev/uhh-lt/apis/discourse-analysis-tool-suite-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/uhh-lt/discourse-analysis-tool-suite-api/revisions/a84d27ef7a0d/schema)
