curl --request GET \
--url https://api.trata.ai/status
{
"status": "HEALTHY"
}
Heart Beat check to check the health of Trata Backend
curl --request GET \
--url https://api.trata.ai/status
{
"status": "HEALTHY"
}
Trata APIs are healthy
The response is of type object
.