Monitor Items

GET {{baseUrl}}/api/v1/monitoring/items/?search=<string>&domain=<string>&frequency=<string>&created_after=<dateTime>&created_before=<dateTime>&active_after=<dateTime>&active_before=<dateTime>&last_run_after=<dateTime>&last_run_before=<dateTime>&profile_id=<uuid>&monitor_type=<string>&limit=50&offset=0

This API endpoint returns information about the monitor items used by the account associated with the API key used to make the request.

Request Params

KeyDatatypeRequiredDescription
searchstring
domainstring
frequencystring
created_afterstring
created_beforestring
active_afterstring
active_beforestring
last_run_afterstring
last_run_beforestring
profile_idstring
monitor_typestring
limitnumber
offsetnumber

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;items&quot;:[{&quot;id&quot;:&quot;\u003cuuid\u003e&quot;,&quot;monitor_type&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;domain&quot;:&quot;\u003cstring\u003e&quot;,&quot;frequency&quot;:&quot;\u003cstring\u003e&quot;,&quot;created_at&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;link&quot;:&quot;\u003cstring\u003e&quot;,&quot;updated_at&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;active_at&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;last_run_at&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;not_before&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;profile_id&quot;:&quot;\u003cuuid\u003e&quot;},{&quot;id&quot;:&quot;\u003cuuid\u003e&quot;,&quot;monitor_type&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;domain&quot;:&quot;\u003cstring\u003e&quot;,&quot;frequency&quot;:&quot;\u003cstring\u003e&quot;,&quot;created_at&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;link&quot;:&quot;\u003cstring\u003e&quot;,&quot;updated_at&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;active_at&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;last_run_at&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;not_before&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;profile_id&quot;:&quot;\u003cuuid\u003e&quot;}],&quot;count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;limit&quot;:&quot;\u003cinteger\u003e&quot;,&quot;offset&quot;:&quot;\u003cinteger\u003e&quot;}