Smart Monitoring V2 Historical Snapshot¶
GET /api/v1/checker/{rule_uuid}/smart_monitor/history
Overview¶
Query Parameters¶
| Parameter | Type | Required | Description |
|---|---|---|---|
| configVersion | integer | $minValue: 1 |
|
| offset | integer | $minValue: 0 |
Supplementary Parameter Notes¶
When configVersion is not passed, the current snapshot and up to 100 historical entries are returned, paginated by offset; when configVersion is passed, the corresponding snapshot is returned.
If the history is unavailable, a resource-not-found response is returned; the current rule is not used as a substitute. Access is validated against workspace and object view permissions.