Trip Health Dashboard
Taxi & Private Hire › Products › Trip › 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
| Method | Path | |
|---|---|---|
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.
action risk: low
Acknowledge or dismiss a trip-health alert.
POST/client/{clientId}/health/alerts/{alertId}/resolve
action risk: medium approval required
Resolve many health alerts at once. Bulk blast radius — requires approval.
POST/client/{clientId}/health/alerts/bulk-resolve
config risk: low
Suppress health alerts for a specific trip.
POST/client/{clientId}/health/trip/{tripId}/mute