Health Check | Dadosfera Maestro Platform API

Check Platform API service health status

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Overview

Check the health status of the Platform API service. This endpoint is used for monitoring and load balancer health checks.

Example

Check API Health

GET /platform/health

Response (200 OK):

{
  "status": "RUNNING"
}

Response Fields

FieldTypeDescription
statusstringService status. Returns "RUNNING" when healthy.

Use Cases

  • Load Balancer Health Checks: Configure your load balancer to poll this endpoint
  • Monitoring Systems: Integrate with monitoring tools to track API availability
  • Container Orchestration: Use as liveness/readiness probe in Kubernetes

Notes

  • This endpoint does not require authentication
  • Returns HTTP 200 when the service is running
  • Does not verify database connectivity or downstream service health
Response
200

Service healthy

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!