Skip to main content
GET
/
health
Check the service's health.
curl --request GET \
  --url https://api.ragkit.com/v1/health
{
  "success": true,
  "data": "alive"
}

Response

Success

Information about the service's health.

success
enum<boolean>
required

Always true.

Available options:
true,
false
data
enum<string>
required

The service's health.

Available options:
alive