Skip to main content
For the complete documentation index for agents and LLMs, see llms.txt.

Health

GET 

/health

Checks if the API and database connection work correctly.

It is enough to use the Depends, since we configured the database with pre_ping. Therefore the creation of the session will fail if the DB is not available.

Responses

Successful Response