---
title: "Get TQA Profile"
method: GET
path: "/tqa-profiles/{profileId}"
tags: ["TQA Profile"]
---

# Get TQA Profile

`GET /tqa-profiles/{profileId}`

Get a TQA Profile By identifier.

## Query parameters

- `fields` string

## Headers

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

## Response `200`

OK

- TqaProfile — As a project manager, you choose a TQA configuration and use it to automatically assess the quality of a translation document. The TQA configuration specifies: - Categories and subcategories that reviewers will use to classify the translation issues in a document. - Severities to define custom metrics you want to use to assess translation quality. - Score to measure the importance of each category or subcategory of an issue. - Pass/Fail Threshold to define the maximum number of penalty points admitted before failing the translation document.
  - `id` string, required — The identifier of the TQA profile.
  - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the TQA Profile.</div>
  - `description` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The TQA Profile description.</div>
  - `location` FolderV2 — Folder used for resource storage.
    - `id` string, required — The folder identifier.
    - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
    - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
    - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
      - `id` string, required — The folder identifier.
      - `name` string, required — The name of the folder.
      - `location` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>The location identifier.
      - `hasParent` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Indicates if the folder has a parent folder.
  - `passFailThreshold` TqaProfilePassFailThreshold — Pass/Fail Threshold is used to define the maximum number of penalty points admitted before failing the translation document.
    - `points` integer — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The penalty points.</div>
    - `quantity` integer — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The quantity against which the points are measured.</div>
    - `scope` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Words or characters.</div>
  - `categories` TqaProfileCategory[] — Categories and subcategories are assessment options that reviewers can use to classify any translation-related issue that they find in a file.
    - `id` string — The category identifier.
    - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The category name.</div>
    - `description` string — The category description.
    - `abbreviation` string — The category abbreviation.
  - `severities` TqaProfileSeverity[] — Severities are custom metrics that reviewers can use to measure the importance of any translation-related issues that they find in a file.
    - `id` string — The severity identifier.
    - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The severity name.</div>
    - `type` string — The severity type.
  - `scores` TqaProfileScore[] — The TQA scoring indicates whether translations pass or fail the acceptance threshold.
    - `category` TqaProfileCategory
      - `id` string — The category identifier.
      - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The category name.</div>
      - `description` string — The category description.
      - `abbreviation` string — The category abbreviation.
    - `severity` TqaProfileSeverity — Severities are custom metrics that reviewers can use to measure the importance of any translation-related issues that they find in a file.
      - `id` string — The severity identifier.
      - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The severity name.</div>
      - `type` string — The severity type.
    - `penalty` integer — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The associated penalty for this score's category and severity.</div>
  - `path` Folder[]
    - `id` string, required — The folder identifier.
    - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
    - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
    - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
      - `id` string, required — The folder identifier.
      - `name` string, required — The name of the folder.
      - `location` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>The location identifier.
      - `hasParent` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Indicates if the folder has a parent folder.

## 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.
- `403` — Error codes: * "forbidden": the authenticated user is not allowed to read the resource.
- `404` — Error codes: * "notFound": the User could not be found by identifier.

---

[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)
