GET
/
health
Health Check
curl --request GET \
  --url http://localhost:8080/v1/health
{
  "status": "healthy",
  "service": "memmachine",
  "version": "1.0.0",
  "memory_managers": {
    "profile_memory": true,
    "episodic_memory": true
  }
}

Response

Service is healthy.

status
string
required

The health status of the service.

Example:

"healthy"

service
string
required

The name of the service.

Example:

"memmachine"

version
string
required

The version of the service.

Example:

"1.0.0"

memory_managers
object
required

Status of core memory components.