{ "opencollection": "1.0.0", "info": { "name": "Cribl As Code API Credentials Search Notifications API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Search Notifications", "type": "folder" }, "items": [ { "info": { "name": "List search notification rules", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.cribl.cloud/notifications" }, "docs": "Retrieves all configured notification rules for triggering alerts based on search results and data patterns." } ] } ], "bundled": true }