For the complete documentation index, see llms.txt. This page is also available as Markdown.

System

System related endpoints.

Redirect to the API docs

get
/

Hitting the root of the domain redirects to /docs and a swagger deployment.

Responses
200Success
application/json
objectOptional
get/
200Success

Check the API health

get
/v1/_health

This endpoint reports the API and its dependencies health.

Responses
200

The Health Check is successful

application/json
statusstringOptionalExample: ok
get/v1/_health

Last updated

Was this helpful?