Hermes API
Meta
Service metadata and health checks for Hermes deployments.
Functions
healthGET /healthcurl -sS "https://api.hermes-api.dev/health"
Health and readiness check.
Types
Request and response shapes pulled directly from the OpenAPI schema.
HealthResponse
export type HealthResponse = {
git_sha?: string | null;
service: string;
status: string;
version?: string | null;
};