cURL
curl --request GET \ --url https://api.secureannex.com/v0/organization/{organization_id}/monitor \ --header 'x-api-key: <api-key>'
{ "result": [ { "rule_id": "rule123", "organization_id": "org123", "extension_id": "abcdef1234567890abcdef1234567890", "watch_all": false, "watch_items": [ "version", "manifest", "visibility", "ownership", "verdict", "score", "code_changes" ], "destination_id": "dest123", "note": "Monitor for security issues", "platform": "chrome", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ], "page": 1, "page_size": 25, "total_count": 100, "total_pages": 4 }
Retrieve monitoring rules for an organization
API key for authentication
Organization ID
Page number for pagination
x >= 1
Number of items per page
1 <= x <= 1000
Filter by extension ID
Successful response
Show child attributes
Rule identifier
"rule123"
"org123"
Extension ID to monitor
"abcdef1234567890abcdef1234567890"
Whether to watch all items
false
Specific items to watch
version
manifest
visibility
ownership
verdict
score
code_changes
[ "version", "manifest", "visibility", "ownership", "verdict", "score", "code_changes"]
Destination ID for notifications
"dest123"
Rule note
"Monitor for security issues"
Platform to monitor
chrome
firefox
edge
vscode
openvsx
"chrome"
Creation timestamp
Last update timestamp
Current page number
1
25
Total number of items
100
Total number of pages
4