# Health

Service health and status endpoints (available in both Inbox and Processor services)

## Get service health status

> Returns health status of the service

```json
{"openapi":"3.1.0","info":{"title":"Notifications Workers API","version":"1.0.0"},"tags":[{"name":"Health","description":"Service health and status endpoints (available in both Inbox and Processor services)"}],"servers":[{"url":"https://notifications.decentraland.org","description":"Production environment"},{"url":"https://notifications.decentraland.zone","description":"Development environment"}],"security":[],"paths":{"/status":{"get":{"summary":"Get service health status","description":"Returns health status of the service","operationId":"getStatus","tags":["Health"],"responses":{"200":{"description":"Service health status","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","description":"Service health status"},"timestamp":{"type":"string","format":"date-time","description":"Status timestamp"}},"required":["status"]}}}}}}}}}
```
