Dear samuelma,
please understand that our technical support for API usage is limited. You can generate a list of paused sensors if you filter by status like status=7, while there are additional pause statuses available:
7 = PausedUser
8 = PausedDependency
9 = PausedSchedule
11 = PausedLicense
12 = PausedUntil
When the sensor was paused is only available either it the sensor message, or the sensor log, which would have to be parsed, meaning this can't be done with a similar API query, or an API query at all.
As a kind of work around you can try to use the column lastcheck, but there can be other reasons than pausing for a scan interruption.
Add comment