{ "opencollection": "1.0.0", "info": { "name": "Mastra Server REST Agents Logs API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Logs", "type": "folder" }, "items": [ { "info": { "name": "List logs", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:4111/api/logs" }, "docs": "List logs" } ] } ], "bundled": true }