Skip to content

Check Marqo Version

To check the version of Marqo you are using, send a get request to the root endpoint. If you are using the Python client, use the Index.get_marqo() method

mq.index("my-first-index").get_marqo()
curl http://localhost:8882/

Response: 200 OK

{'message': 'Welcome to Marqo', 'version': '2.0.0'}