Skip to main content
Platform Operations/Platform Health
GETPlatformSince 1.0SynchronousAuth Required

GetGlobalHealthHistory

Retrieve historical health snapshots over a specified time range and resolution.

Execution Availability

Try It Out

Submit a mock request using the current auth context and example-driven inputs.

Query Parameters

Request Inputs

Query Parameters

  • timeRangeString

    Time range for the health history (e.g. 1h, 24h, 7d) Time range for the health history (e.g. 1h, 24h, 7d)

  • resolutionInteger

    Resolution in minutes between data points Resolution in minutes between data points

    Example: 0

Responses

200 OK

On success, this API returns the following response structure.

  • itemsList

    Time-ordered list of health snapshots

    Example: (nested array)

    • timestampString

      Timestamp for this resource

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

    • overallStatusString

      Overall health status at this point in time

      Example: healthy

Endpoint

GET/api/v1/health/history

/api/v1/health/history

Operation ID

GetGlobalHealthHistory

Permalink

Request Example

curl -X GET '{host}/api/v1/health/history' -H 'Authorization: Bearer {token}'

Response Example

200
{
  "items": [
    {}
  ]
}

Change History

This API has no change history records yet.

View all change history