ℹ️ These docs are for the free version of Galileo. Documentation for current customers can be found here.
Overview
Get Started
How-to Guides
- Overview
- Logging Basics
- Agentic AI
- Conversational AI
- Luna-2
- Metrics
- Retrieval-Augmented Generation
Cookbooks
- Overview
- Agents
- RAG
Integrations
Concepts
- Metrics
- Luna-2
- Projects
- Logging
- Annotations
- Experiments
- Playground
health
Healthcheck
GET
/
v2
/
healthcheck
Healthcheck
Copy
Ask AI
curl --request GET \
--url https://api.galileo.ai/v2/healthcheck
Copy
Ask AI
{
"api_version": "<string>",
"message": "<string>",
"version": "<string>"
}
Response
200 - application/json
Successful Response
The response is of type object
.
Was this page helpful?
Healthcheck
Copy
Ask AI
curl --request GET \
--url https://api.galileo.ai/v2/healthcheck
Copy
Ask AI
{
"api_version": "<string>",
"message": "<string>",
"version": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.