health
Healthcheck
Overview
SDK/API
- Python SDK Reference
- TypeScript SDK Reference
How-to Guides
- Overview
- Conversational AI
- Retrieval-Augmented Generation
- Agentic AI
Cookbooks
- Use Cases
- Features
Integrations
Concepts
- Metrics
- Projects
- Log Streams
- Traces
- Spans
- Annotations
- Experiments
- Playground
API Reference
- health
- auth
- evaluate
- observe
- protect
- trace
- log_stream
- experiment
- feedback
- API Reference
References
health
Healthcheck
GET
/
v1
/
healthcheck
curl --request GET \
--url https://api.galileo.ai/v1/healthcheck
{
"api_version": "<string>",
"message": "<string>",
"version": "<string>"
}
Response
200 - application/json
Successful Response
The response is of type object
.
curl --request GET \
--url https://api.galileo.ai/v1/healthcheck
{
"api_version": "<string>",
"message": "<string>",
"version": "<string>"
}