Skip to content
Registry StackDocsDevelopment (unreleased)

Report process liveness without dependency access

GET
/health
curl --request GET \
--url https://example.com/health

Process is live

Media typeapplication/json
object
status
required
string
Allowed values: ok
Example
{
"status": "ok"
}
Cache-Control
string
Allowed values: no-store

Evidence responses are never cacheable.

X-Request-Id
string
/^[0-9A-HJKMNP-TV-Z]{26}$/

Server-minted operation identifier for this request. It is generated by Evidence, never taken from the caller, and is the identifier a caller quotes to an operator. Problem responses repeat it in the operation member.