{ "opencollection": "1.0.0", "info": { "name": "helicone-api Agent Property API", "version": "1.0.0" }, "items": [ { "info": { "name": "Property", "type": "folder" }, "items": [ { "info": { "name": "GetPropertiesOverTime", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/property/properties/over-time", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetProperties", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/property/query", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "HideProperty", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/property/hide", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetHiddenProperties", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/property/hidden/query", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "RestoreProperty", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/property/restore", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "SearchProperties", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/property/:propertyKey/search", "params": [ { "name": "propertyKey", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetTopCosts", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/property/:propertyKey/top-costs/query", "params": [ { "name": "propertyKey", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetTopRequests", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/property/:propertyKey/top-requests/query", "params": [ { "name": "propertyKey", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } } ] } ], "bundled": true }