data_access_api.routers.health ============================== .. py:module:: data_access_api.routers.health Attributes ---------- .. autoapisummary:: data_access_api.routers.health.router Functions --------- .. autoapisummary:: data_access_api.routers.health.health_check Module Contents --------------- .. py:data:: router .. py:function:: health_check() -> dict[str, str] :async: Health check endpoint for the Data Access API :returns: A dictionary with the status of the service. :rtype: dict[str, str]