Skip to main content
GET
Get platform handoff latency

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Platform latency retrieved

Platform handoff latency over a trailing window.

Measured from the intents API receiving a request to the broker client being invoked for it, across every organization — this describes the platform, not a tenant, so every caller sees the same figure.

Percentiles are null when the window holds too few samples to characterise a distribution; sample_count says how many there were either way.

measured_at
string<date-time>
required

When the window was computed. Responses are cached briefly, so this can trail the request by a few seconds.

sample_count
integer<int64>
required
Required range: x >= 0
window_seconds
integer<int64>
required

Trailing window the figures cover.

max_ms
integer<int64> | null
p50_ms
number<double> | null
p95_ms
number<double> | null
p99_ms
number<double> | null