Skip to main content
GET
/
health
Service Health
curl --request GET \
  --url https://api.agentmark.co/health
{
  "status": "healthy",
  "timestamp": "2026-04-10T15:30:45.123Z"
}

Response

Service is healthy.

status
enum<string>
required
Available options:
healthy,
degraded,
unhealthy
Example:

"healthy"

timestamp
string<date-time>
required
Example:

"2026-04-10T15:30:45.123Z"