v1

latestOpenAPI 3.0.12026-07-24233726.8 KB
Monitors

Evaluation History

Get historical evaluations of the monitor ordered by evaluation creation time descending. By default this will return pages of 500 evaluations. To page through all data, specify the createdAt request to get the next chunk of data. Even though this is a post request, no data is mutated.

post/v1/monitors/evaluation-history/{monitorId}

Path parameters

monitorIdstring uuid required

Request body

createdAtstring date-time nullable

Leaving empty gets starts at the most recent evaluation

sortOrder'ASC' | 'DESC'
limitinteger nullable

How many records to return. Max number per page is 500

Response

Success

resultnumber double nullable
lowerBoundnumber double nullable
upperBoundnumber double nullable
predictednumber double nullable
passedboolean nullable
createdAtstring date-time
status'PASS' | 'FAIL' | 'IN_TRAINING' | 'FAILED_TO_PREDICT' | 'NOT_ENOUGH_DATA' | 'ERROR' | 'INVALID_INPUT' nullable
openRelatedIncidentsinteger[]

A list of currently active incidents

errorMessagestring nullable

Error message if the latest evaluation is failed