Project

class elasticsearch.client.ProjectClient

To use this client, access client.project from an Elasticsearch client. For example:

from elasticsearch import Elasticsearch

# Create the client instance
client = Elasticsearch(...)
# Use the project client
client.project.<method>(...)
tags(*, error_trace=None, filter_path=None, human=None, pretty=None)

Return tags defined for the project

Parameters:
Return type:

ObjectApiResponse[Any]