Get script languages
Generally available
Get a list of available script types, languages, and contexts.
Required authorization
- Cluster privileges:
manage
GET
/_script_language
Console
GET _script_language
resp = client.get_script_languages()
const response = await client.getScriptLanguages();
response = client.get_script_languages
$resp = $client->getScriptLanguages();
curl -X GET -H "Authorization: ApiKey $ELASTIC_API_KEY" "$ELASTICSEARCH_URL/_script_language"