{ "opencollection": "1.0.0", "info": { "name": "Galileo API Server annotation auto-metric-suggestions API", "version": "1.1085.0" }, "items": [ { "info": { "name": "auto-metric-suggestions", "type": "folder" }, "items": [ { "info": { "name": "Get Metric Suggestions", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/experimental/projects/:project_id/log_streams/:log_stream_id/auto_metric_suggestions", "params": [ { "name": "log_stream_id", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Get metric suggestions for a given project and log stream." }, { "info": { "name": "Chat With Metric Suggestions", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/experimental/projects/:project_id/log_streams/:log_stream_id/auto_metric_suggestions/chat", "params": [ { "name": "log_stream_id", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Process a chat query and create a job for metric suggestions." } ] } ], "bundled": true }