{ "opencollection": "1.0.0", "info": { "name": "Galileo API Server annotation custom_dashboards API", "version": "1.1085.0" }, "items": [ { "info": { "name": "custom_dashboards", "type": "folder" }, "items": [ { "info": { "name": "List Dashboards", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/custom_dashboards", "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "List Dashboards" }, { "info": { "name": "Create Dashboard", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/custom_dashboards", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Create Dashboard" }, { "info": { "name": "Get Metric Columns", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/custom_dashboards/metric_columns", "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Return all org scorer columns in LogRecordsColumnInfo format." }, { "info": { "name": "Get Dashboard", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/custom_dashboards/:dashboard_id", "params": [ { "name": "dashboard_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Get Dashboard" }, { "info": { "name": "Update Dashboard", "type": "http" }, "http": { "method": "PUT", "url": "https://api.galileo.ai/custom_dashboards/:dashboard_id", "params": [ { "name": "dashboard_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Update Dashboard" }, { "info": { "name": "Delete Dashboard", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.galileo.ai/custom_dashboards/:dashboard_id", "params": [ { "name": "dashboard_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Delete Dashboard" }, { "info": { "name": "Favorite Dashboard", "type": "http" }, "http": { "method": "PUT", "url": "https://api.galileo.ai/custom_dashboards/:dashboard_id/favorite", "params": [ { "name": "dashboard_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Favorite Dashboard" }, { "info": { "name": "Unfavorite Dashboard", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.galileo.ai/custom_dashboards/:dashboard_id/favorite", "params": [ { "name": "dashboard_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Unfavorite Dashboard" }, { "info": { "name": "Create Widget", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/custom_dashboards/:dashboard_id/widgets", "params": [ { "name": "dashboard_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Create Widget" }, { "info": { "name": "Update Widget", "type": "http" }, "http": { "method": "PUT", "url": "https://api.galileo.ai/custom_dashboards/:dashboard_id/widgets/:widget_id", "params": [ { "name": "dashboard_id", "value": "", "type": "path" }, { "name": "widget_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Update Widget" }, { "info": { "name": "Delete Widget", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.galileo.ai/custom_dashboards/:dashboard_id/widgets/:widget_id", "params": [ { "name": "dashboard_id", "value": "", "type": "path" }, { "name": "widget_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Delete Widget" }, { "info": { "name": "Create Section", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/custom_dashboards/:dashboard_id/sections", "params": [ { "name": "dashboard_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Create Section" }, { "info": { "name": "Update Section", "type": "http" }, "http": { "method": "PUT", "url": "https://api.galileo.ai/custom_dashboards/:dashboard_id/sections/:section_id", "params": [ { "name": "dashboard_id", "value": "", "type": "path" }, { "name": "section_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Update Section" }, { "info": { "name": "Delete Section", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.galileo.ai/custom_dashboards/:dashboard_id/sections/:section_id", "params": [ { "name": "dashboard_id", "value": "", "type": "path" }, { "name": "section_id", "value": "", "type": "path" }, { "name": "ungroup", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Delete section. If ungroup=True, keep widgets by moving them to dashboard top-level." } ] } ], "bundled": true }