curl --request GET \
--url https://api.example.com/health{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"ctx": {},
"input": "<unknown>"
}
]
}Health check endpoint. Use ?deep=true for full service checks.
curl --request GET \
--url https://api.example.com/health{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"ctx": {},
"input": "<unknown>"
}
]
}Successful Response