---
title: "List Languages"
method: GET
path: "/languages/"
tags: ["Languages"]
---

# List Languages

`GET /languages/`

Returns a list of available languages with their enabled endpoints details.

## Query parameters

- `endpoint` 'streams' | 'transcribe' | 'transcripts' — Field used to filter languages that supported specific endpoint.

## Headers

- `Tenant-Name` string, required — Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.

## Response `200`

Returns a list of available languages with their enabled endpoints details.

- LanguagesListResponse
  - `languages` object, required

## Other responses

- `400` — RFC9457
- `500` — RFC9457

---

[API](https://skmtc.net/corti/apis/admin-api.md) · [All operations](https://skmtc.net/corti/apis/admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/corti/admin-api/revisions/5d1895a1b3fc/schema)
