{ "opencollection": "1.0.0", "info": { "name": "helicone-api Agent Session API", "version": "1.0.0" }, "items": [ { "info": { "name": "Session", "type": "folder" }, "items": [ { "info": { "name": "GetSessions", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/session/query", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetSessionsCount", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/session/count", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetNames", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/session/name/query", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetMetrics", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/session/metrics/query", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "UpdateSessionFeedback", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/session/:sessionId/feedback", "params": [ { "name": "sessionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetSessionTag", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/session/:sessionId/tag", "params": [ { "name": "sessionId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "UpdateSessionTag", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/session/:sessionId/tag", "params": [ { "name": "sessionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } } ] } ], "bundled": true }