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
timeRangeStringTime range for the health history (e.g. 1h, 24h, 7d) Time range for the health history (e.g. 1h, 24h, 7d)
resolutionIntegerResolution in minutes between data points Resolution in minutes between data points
Example: 0
Responses
Endpoint
GET/api/v1/health/history
/api/v1/health/history
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.
