Get Monitor List
Query parameters
A key is a unique identifier that is required to authenticate a request to the API.
tags can be used to filter the monitors. Only those monitors which have all the tags provided here, will be included in the search result. In case multiple tags need to be specified, use , to separate them.
Denotes page number. Use this along with the ps parameter to implement pagination for your searched results. This parameter does not have a maximum limit but would return an empty response in case a higher value is provided when the result-set itself is smaller.
Denotes number of search results per page. Use this along with the pn parameter to implement pagination for your searched results.
Provide a single field to sort the results by. Only updated_at or created_at fields can be selected for ordering the results.
By default, the result is sorted by created_at field in the descending order. Allowed values for specifying the order are asc for ascending order and desc for descending order.
Response
OK
Example response
{
"data": {
"list": [
{
"updated_at": 1672124157,
"created_at": 1672124157
}
]
}
}Changes
Changed in 3 of the 15 revisions of this API.1515
- ●
added the new
enterenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
enter_and_exitenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
exitenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
idleenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
speedingenum value to the///response property for the response statusresponse-property-enum-value-added
- ○
removed the
enter_and_exitenum value from the///response property for the response statusresponse-property-enum-value-removed
- ○
removed the
enterenum value from the///response property for the response statusresponse-property-enum-value-removed
- ○
removed the
exitenum value from the///response property for the response statusresponse-property-enum-value-removed
- ○
removed the
idleenum value from the///response property for the response statusresponse-property-enum-value-removed
- ○
removed the
speedingenum value from the///response property for the response statusresponse-property-enum-value-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
added the new
enter_and_exitenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
enterenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
exitenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
idleenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
speedingenum value to the///response property for the response statusresponse-property-enum-value-added
- ○
removed the
enterenum value from the///response property for the response statusresponse-property-enum-value-removed
- ○
removed the
enter_and_exitenum value from the///response property for the response statusresponse-property-enum-value-removed
- ○
removed the
exitenum value from the///response property for the response statusresponse-property-enum-value-removed
- ○
removed the
idleenum value from the///response property for the response statusresponse-property-enum-value-removed
- ○
removed the
speedingenum value from the///response property for the response statusresponse-property-enum-value-removed
- ●
- ●
added the new
enterenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
enter_and_exitenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
exitenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
idleenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
speedingenum value to the///response property for the response statusresponse-property-enum-value-added
- ○
removed the
enter_and_exitenum value from the///response property for the response statusresponse-property-enum-value-removed
- ○
removed the
enterenum value from the///response property for the response statusresponse-property-enum-value-removed
- ○
removed the
exitenum value from the///response property for the response statusresponse-property-enum-value-removed
- ○
removed the
idleenum value from the///response property for the response statusresponse-property-enum-value-removed
- ○
removed the
speedingenum value from the///response property for the response statusresponse-property-enum-value-removed
- ●