ℹ️ These docs are for current Galileo customers running v1.0. Docs for the v2.0 version of Galileo can be found here.
curl --request GET \
--url https://api.acme.rungalileo.io/v1/healthcheck
{
"api_version": "<string>",
"message": "<string>",
"version": "<string>"
}
curl --request GET \
--url https://api.acme.rungalileo.io/v1/healthcheck
{
"api_version": "<string>",
"message": "<string>",
"version": "<string>"
}
Successful Response
The response is of type object
.
Was this page helpful?