---
title: "List Language AI Profiles"
method: GET
path: "/v1/translationProfiles"
tags: ["List Language AI Profiles"]
---

# List Language AI Profiles

`GET /v1/translationProfiles`

List available Language AI profiles for the user.

## Query parameters

- `name` string
- `type` 'QUOKKA' | 'PLAI' — Type of the translation profile
- `sort` 'name' | 'dateCreated'
- `order` 'asc' | 'desc'
- `pageNumber` integer
- `pageSize` integer

## Response `200`

Successful operation

- ListTranslationProfilesResponseV1
  - `pageNumber` integer
  - `content` TranslationProfileV1[]
    - `uid` string
    - `name` string
    - `engines` TranslationEngineV1[]
      - `id` string
      - `uid` string
      - `baseName` string
      - `name` string
      - `type` string
      - `category` string
      - `enabled` boolean
      - `glossarySupported` boolean
    - `glossaries` GlossaryV1[]
      - `uid` string
      - `name` string
    - `dateCreated` string
    - `shape` string
  - `numberOfElements` integer
  - `totalElements` integer
  - `pageSize` integer
  - `totalPages` integer

## Other responses

- `400` — Bad request
- `401` — Not authorized
- `403` — Forbidden
- `404` — Resource not found
- `405` — Method not allowed
- `408` — Timeout
- `410` — Gone
- `415` — Unsupported media type
- `429` — Too many requests
- `500` — Internal server error
- `501` — Not implemented

---

[API](https://skmtc.net/phrase/apis/control-hub-service.md) · [All operations](https://skmtc.net/phrase/apis/control-hub-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phrase/control-hub-service/revisions/98ecac7ba2bf/schema)
