Skip to content

Languages

Fetch the active language catalog available for agent configuration.

List Languages

GET/v1/languages

No request body or query parameters.

Response 200

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

Use this endpoint to populate language pickers before creating or updating agents. Only active languages are returned, in the catalog's declaration order (grouped by region), not sorted by display name.

Response Fields

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