Skip to contents

Queries the /health endpoint and returns the status of the API and its database connection.

Usage

get_health()

Value

A 1-row tibble with columns status, environment, database.

Examples

if (FALSE) { # \dontrun{
get_health()
} # }