Get platform handoff latency
Returns the distribution of platform handoff latency over the last hour: the time from the intents API receiving a request to the broker client being invoked for it. The figure describes the platform as a whole rather than any one organization, so every authenticated caller sees the same numbers and no organization scope is applied. Percentiles are null until the window holds at least 20 samples, because a percentile over fewer is the worst of a handful rather than a distribution; sample_count is reported either way. Spans that run backwards are discarded at ingestion as clock skew between the two services and are not counted. Responses are cached for a few seconds, so measured_at can trail the request.
Authorizations
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.
When the window was computed. Responses are cached briefly, so this can trail the request by a few seconds.
x >= 0Trailing window the figures cover.