{ "opencollection": "1.0.0", "info": { "name": "Miriel Context Engine Documents Monitoring API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "x-access-token", "value": "{{x-access-token}}", "placement": "header" } }, "items": [ { "info": { "name": "Monitoring", "type": "folder" }, "items": [ { "info": { "name": "List learning / monitor jobs", "type": "http" }, "http": { "method": "POST", "url": "https://api.prod.miriel.ai/api/v2/get_monitor_jobs" }, "docs": "List learning / monitor jobs" }, { "info": { "name": "List monitored sources", "type": "http" }, "http": { "method": "POST", "url": "https://api.prod.miriel.ai/api/v2/get_monitor_sources", "body": { "type": "json", "data": "{}" } }, "docs": "List monitored sources" } ] } ], "bundled": true }