ℹ️ These docs are for current Galileo customers. Docs for the free 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?