HTTP API
Diagnostics
1 operations. {prefix} is the route prefix passed to
MapTracon; the template uses /tracon.
GET {prefix}/api/diagnostics
Section titled “GET {prefix}/api/diagnostics”Operation ID: TraconDiagnostics
Returns the setup’s self-diagnosing summary report.
Disabled by default (TraconEndpointOptions.EnableDiagnosticsEndpoint); a deployment that has not turned it on answers 404. Never carries any secret value. Model provider status is read from the cache; it makes no model call and applies no migration.
Authorization: bearer authentication; Admin role policy when that policy is registered; PlatformRead API-key scope.
| Response | Body | Headers |
|---|---|---|
| 200 OK | application/json → TraconDiagnosticsReport |
— |