API Reference
- Api reference
- Getting Started
- Schemas
protect
trace
log_stream
experiment
feedback
API Reference
health
Healthcheck
GET
/
v2
/
healthcheck
curl --request GET \
--url https://api.acme.rungalileo.io/v2/healthcheck
{
"api_version": "<string>",
"message": "<string>",
"version": "<string>"
}
Response
200 - application/json
Successful Response
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://api.acme.rungalileo.io/v2/healthcheck
{
"api_version": "<string>",
"message": "<string>",
"version": "<string>"
}