---
title: "List Language Processing Rules"
method: GET
path: "/language-processing-rules"
tags: ["Language Processing"]
---

# List Language Processing Rules

`GET /language-processing-rules`

Returns a list of Language Processing Rules.

## Query parameters

- `top` integer
- `skip` integer
- `sort` string
- `location` string[]
- `locationStrategy` 'location' | 'lineage' | 'bloodline' | 'genealogy'
- `fields` string

## Headers

- `Authorization` string, required
- `X-LC-Tenant` string, required

## Response `200`

- ListLanguageProcessingRules
  - `items` LanguageProcessingRule[], required
    - `id` string, required — The language processing rule identifier.
    - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The language processing rule name.</div>
    - `description` string — The language processing rule description.
  - `itemCount` string, required

## Other responses

- `400` — Error codes: * “invalid”: Invalid input in the query parameter mentioned in the “name” field on the error response.
- `401` — The user could not be identified.
- `416` — Error codes: * "requestedRangeNotSatisfiable": The requested entity or one of it's dependencies attempted to retrieve data outside the allowed range. Skip+Top might be outside the supported range.

---

[API](https://skmtc.net/rws/apis/trados-cloud-platform-api.md) · [All operations](https://skmtc.net/rws/apis/trados-cloud-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rws/trados-cloud-platform-api/revisions/d42dac7c28a3/schema)
