Skip to content

Health check

Determines the status of the SEMA service.

Endpoints

GET sema/health-check/

Headers

None

Path Parameters

None

Query Parameters

None

Sample request

1
curl "http://localhost:3001/sema/health-check"

Sample Response

1
{"server":"Ok","database":"Ok","version":"0.0.1.4","schema":"sema_sample_core"}

Comments