Skip to main content

Get a single result, with chronological neighbor UIDs

GET 

/api/v1/orgs/:org/checks/:check/results/:uid

Returns one result row by UID. When the raw row has been rolled up into an aggregation (see retention/aggregation), falls back to the smallest-period aggregation covering the requested UID's embedded UUIDv7 timestamp and includes a fallback block describing the substitution. previousUid/nextUid identify the next-older/next-newer row in the same check + periodType series (the covering aggregation's series when a fallback applies), omitted at either boundary. Two rows sharing periodStart are ordered by uid, so stepping across them never skips or repeats.

Request

Responses

The result, with optional fallback and neighbor UIDs