data_access_api.routers.health

Attributes

router

Functions

health_check(→ dict[str, str])

Health check endpoint for the Data Access API

Module Contents

data_access_api.routers.health.router
async data_access_api.routers.health.health_check() dict[str, str]

Health check endpoint for the Data Access API

Returns:

A dictionary with the status of the service.

Return type:

dict[str, str]