Readiness check
GET
/readyReadiness probe. Verifies database and plugin connectivity before returning 200.
Parameters
This endpoint does not accept parameters.
Responses
200Service is ready to accept traffic
503Dependencies are unavailable
Request
curl -X GET "https://api.knowledgetree.dev/ready" \
-H "Authorization: Bearer $KT_API_TOKEN"Response
200Service is ready to accept traffic
Example response not yet documented.