cURL
curl --request GET \ --url https://api.example.com/stats/api/v1/epochs
{ "value": [ { "epochId": "<string>", "startTime": "2023-11-07T05:31:56Z", "endTime": "<unknown>" } ], "success": true, "timestamp": 123 }
Get epoch timetable and paging cursors
The epoch boundary used when fetching the next timeseries page.
The number of rows to return
The offset of returned rows
Epoch start and end time data
Successful response for Epochs API
The value of the response
Show child attributes
Whether the request was successful
The timestamp of the response
1673031089