Skip to main content
Monitoring & Collection/Monitoring Query & Overview

GetHealthTrend

Get historical health score trend data for a platform

GET/api/v1/monitoring/platform/{platformUuid}/health-trend

Operation ID

GetHealthTrend

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

Path Parameters

  • platformUuid
    StringRequired

    UUID of the platform to retrieve health trend for

Query Parameters

  • duration
    String

    Duration of the trend window (e.g. 24h, 7d) Duration of the trend window (e.g. 24h, 7d)

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • items
    List

    Collection of result items

    Example: (nested array)

    • timestamp
      String

      Timestamp for this resource

      Example: 2026-01-15T08:00:00Z

    • score
      Long

      Health score value at this trend point

      Example: 97.2

    • grade
      String

      Health grade at this trend point

      Example: A