Skip to content

Trip Health Dashboard

Taxi & Private HireProductsTrip › Trip Health Dashboard

Generally available

HTTP API powering the operator console health dashboard: traffic-light summary of WARNING / CRITICAL counts across all active trips, per-trip health detail with check breakdown, operating-pressure scores by region. Operators triage from here when something is wrong across the fleet.

Example request

POST /client/{clientId}/health/alerts/{alertId}/resolve

See the API reference for the full request and response schema.

Endpoints

MethodPath
POST /client/{clientId}/health/alerts/{alertId}/resolve · primary
GET /client/{clientId}/health/alerts
POST /client/{clientId}/health/alerts/bulk-resolve
GET /client/{clientId}/health/summary
POST /client/{clientId}/health/trip/{tripId}/mute
POST /client/{clientId}/health/trip/{tripId}/unmute

Full request/response schemas and an interactive explorer will live in the API reference (coming soon).

Use cases

Operator flows that exercise this feature.

Resolve a health alert

action risk: low

Acknowledge or dismiss a trip-health alert.

  1. POST /client/{clientId}/health/alerts/{alertId}/resolve
Bulk-resolve health alerts

action risk: medium approval required

Resolve many health alerts at once. Bulk blast radius — requires approval.

  1. POST /client/{clientId}/health/alerts/bulk-resolve
Mute trip alerts

config risk: low

Suppress health alerts for a specific trip.

  1. POST /client/{clientId}/health/trip/{tripId}/mute