Skip to content

Languages

Fetch the active language catalog available for agent configuration.

List Languages

http
GET /v1/languages

No request body or query parameters.

Response 200

json
{
  "languages": [
    {
      "id": "en-US",
      "name": "English (United States)",
      "is_active": true
    },
    {
      "id": "hi-IN",
      "name": "Hindi (India)",
      "is_active": true
    }
  ]
}

Use this endpoint to populate language pickers before creating or updating agents. Only active languages are returned, ordered by display name.

Response Fields

FieldTypeDescription
idstringLocale identifier, such as en-US or hi-IN
namestringDisplay name
is_activebooleanWhether the language is currently available for agent configuration