{ "opencollection": "1.0.0", "info": { "name": "Galileo API Server annotation experiment_group API", "version": "1.1085.0" }, "items": [ { "info": { "name": "experiment_group", "type": "folder" }, "items": [ { "info": { "name": "Create Experiment Group", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/projects/:project_id/experiment-groups", "params": [ { "name": "project_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Create an empty experiment group." }, { "info": { "name": "List Experiment Groups", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/projects/:project_id/experiment-groups/query", "params": [ { "name": "project_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "List experiment groups for a project with filtering, sorting, and pagination." }, { "info": { "name": "Update Experiment Group", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.galileo.ai/projects/:project_id/experiment-groups/:group_id", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "group_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Update an experiment group's name or description." }, { "info": { "name": "Delete Experiment Group", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.galileo.ai/projects/:project_id/experiment-groups/:group_id", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "group_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Delete an experiment group. Permanently deletes all experiments within the group." }, { "info": { "name": "Get Experiment Group Metric Settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/projects/:project_id/experiment-groups/:group_id/metric-settings", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "group_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Get per-group ranking weights. None means the group inherits project-level defaults." }, { "info": { "name": "Update Experiment Group Metric Settings", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.galileo.ai/projects/:project_id/experiment-groups/:group_id/metric-settings", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "group_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Set per-group ranking weights. Replaces the full configuration; None = inherit project-level defaults." }, { "info": { "name": "Bulk Move Experiments", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/projects/:project_id/experiment/move", "params": [ { "name": "project_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Move one or more experiments to a different experiment group." } ] } ], "bundled": true }