{ "opencollection": "1.0.0", "info": { "name": "OutRival Ai Chat Sessions Assistants Logs API", "version": "1.0" }, "items": [ { "info": { "name": "Assistants Logs", "type": "folder" }, "items": [ { "info": { "name": "AssistantLogsController_logs", "type": "http" }, "http": { "method": "GET", "url": "https://api.outrival.com/rest/v1/assistants/:assistantId/logs", "params": [ { "name": "assistantId", "value": "", "type": "path" }, { "name": "order", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "take", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "AssistantLogsController_log", "type": "http" }, "http": { "method": "GET", "url": "https://api.outrival.com/rest/v1/assistants/:assistantId/log/:logId", "params": [ { "name": "assistantId", "value": "", "type": "path" }, { "name": "logId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } } ] } ], "bundled": true }