-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Operations - Alerts and Oncall
-
None
-
1
-
Severity 3 - Minor
Issue Summary
In our API endpoint documentation here, the response fields show:
"lastOccurredAt": "2022-04-01T00:00:00Z"
However, the actual API response you’re receiving currently uses:
"lastOccuredAt": "2025-11-24T05:40:27.253Z"
Steps to Reproduce
- Do a curl to the Endpoint
Expected Results
"lastOccuredAt": "2025-11-24T05:40:27.253Z"
Actual Results
"lastOccurredAt": "2022-04-01T00:00:00Z"
Workaround
Use the response instead of documentation:
"lastOccurredAt": "2022-04-01T00:00:00Z"