I'm trying to get a template from AWS OpenSearch via python.
Now I know that from the Kibana it's:
GET _template/<template_name>
and from python, I have the function "search_template()" but it's forcing me to use the "body" parameter which I actually don't use in the kibana.
Does someone know how I can get the template?