Skip to content
> developers
Search
K
Main Navigation
Home
Guide
API
English
日本語
简体中文
English
日本語
简体中文
Menu
Return to top
Are you an LLM? You can read better optimized documentation at /api/sourcefinder/operations/gethealth.md for this page in Markdown format
Health check
GET
/health
Returns the health status of the service.
Responses
200
Service is healthy
Content-Type
application/json
Schema
JSON
JSON
{
"status"
:
"ok"
,
"service"
:
"sourcefinder"
,
"version"
:
"dev"
}
GET
/health
Playground
Try it out
Samples