{ "opencollection": "1.0.0", "info": { "name": "Galileo API Server annotation experiment API", "version": "1.1085.0" }, "items": [ { "info": { "name": "experiment", "type": "folder" }, "items": [ { "info": { "name": "List Experiments", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/projects/:project_id/experiments", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "include_counts", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Retrieve all experiments for a project." }, { "info": { "name": "Create Experiment", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/projects/:project_id/experiments", "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 a new experiment for a project." }, { "info": { "name": "List Experiments Paginated", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/projects/:project_id/experiments/paginated", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "include_counts", "value": "", "type": "query" }, { "name": "starting_token", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Retrieve all experiments for a project with pagination." }, { "info": { "name": "Search Experiments", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/projects/:project_id/experiments/search", "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": "Search experiments for a project." }, { "info": { "name": "Get Experiment", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/projects/:project_id/experiments/:experiment_id", "params": [ { "name": "experiment_id", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Retrieve a specific experiment." }, { "info": { "name": "Update Experiment", "type": "http" }, "http": { "method": "PUT", "url": "https://api.galileo.ai/projects/:project_id/experiments/:experiment_id", "params": [ { "name": "experiment_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": "Update a specific experiment." }, { "info": { "name": "Delete Experiment", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.galileo.ai/projects/:project_id/experiments/:experiment_id", "params": [ { "name": "experiment_id", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Delete a specific experiment." }, { "info": { "name": "Experiments Available Columns", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/projects/:project_id/experiments/available_columns", "params": [ { "name": "project_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Procures the column information for experiments." }, { "info": { "name": "Get Metric Settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/projects/:project_id/experiments/:experiment_id/metric_settings", "params": [ { "name": "experiment_id", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Get Metric Settings" }, { "info": { "name": "Update Metric Settings", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.galileo.ai/projects/:project_id/experiments/:experiment_id/metric_settings", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "experiment_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Update Metric Settings" }, { "info": { "name": "Get Experiment Metrics", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/projects/:project_id/experiments/:experiment_id/metrics", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "experiment_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Retrieve metrics for a specific experiment." }, { "info": { "name": "Get Experiments Metrics", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/projects/:project_id/experiments/metrics", "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": "Retrieve metrics for all experiments in a project." }, { "info": { "name": "List Experiments", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/v2/projects/:project_id/experiments", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "include_counts", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Retrieve all experiments for a project." }, { "info": { "name": "Create Experiment", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/v2/projects/:project_id/experiments", "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 a new experiment for a project." }, { "info": { "name": "List Experiments Paginated", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/v2/projects/:project_id/experiments/paginated", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "include_counts", "value": "", "type": "query" }, { "name": "starting_token", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Retrieve all experiments for a project with pagination." }, { "info": { "name": "Search Experiments", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/v2/projects/:project_id/experiments/search", "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": "Search experiments for a project." }, { "info": { "name": "Get Experiment", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/v2/projects/:project_id/experiments/:experiment_id", "params": [ { "name": "experiment_id", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Retrieve a specific experiment." }, { "info": { "name": "Update Experiment", "type": "http" }, "http": { "method": "PUT", "url": "https://api.galileo.ai/v2/projects/:project_id/experiments/:experiment_id", "params": [ { "name": "experiment_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": "Update a specific experiment." }, { "info": { "name": "Delete Experiment", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.galileo.ai/v2/projects/:project_id/experiments/:experiment_id", "params": [ { "name": "experiment_id", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Delete a specific experiment." }, { "info": { "name": "Experiments Available Columns", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/v2/projects/:project_id/experiments/available_columns", "params": [ { "name": "project_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Procures the column information for experiments." }, { "info": { "name": "Get Metric Settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/v2/projects/:project_id/experiments/:experiment_id/metric_settings", "params": [ { "name": "experiment_id", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Get Metric Settings" }, { "info": { "name": "Update Metric Settings", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.galileo.ai/v2/projects/:project_id/experiments/:experiment_id/metric_settings", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "experiment_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Update Metric Settings" }, { "info": { "name": "Get Experiment Metrics", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/v2/projects/:project_id/experiments/:experiment_id/metrics", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "experiment_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Retrieve metrics for a specific experiment." }, { "info": { "name": "Get Experiments Metrics", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/v2/projects/:project_id/experiments/metrics", "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": "Retrieve metrics for all experiments in a project." }, { "info": { "name": "List Experiments", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/public/v2/projects/:project_id/experiments", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "include_counts", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Retrieve all experiments for a project." }, { "info": { "name": "Create Experiment", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/public/v2/projects/:project_id/experiments", "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 a new experiment for a project." }, { "info": { "name": "List Experiments Paginated", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/public/v2/projects/:project_id/experiments/paginated", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "include_counts", "value": "", "type": "query" }, { "name": "starting_token", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Retrieve all experiments for a project with pagination." }, { "info": { "name": "Search Experiments", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/public/v2/projects/:project_id/experiments/search", "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": "Search experiments for a project." }, { "info": { "name": "Get Experiment", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/public/v2/projects/:project_id/experiments/:experiment_id", "params": [ { "name": "experiment_id", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Retrieve a specific experiment." }, { "info": { "name": "Update Experiment", "type": "http" }, "http": { "method": "PUT", "url": "https://api.galileo.ai/public/v2/projects/:project_id/experiments/:experiment_id", "params": [ { "name": "experiment_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": "Update a specific experiment." }, { "info": { "name": "Delete Experiment", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.galileo.ai/public/v2/projects/:project_id/experiments/:experiment_id", "params": [ { "name": "experiment_id", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Delete a specific experiment." }, { "info": { "name": "Experiments Available Columns", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/public/v2/projects/:project_id/experiments/available_columns", "params": [ { "name": "project_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Procures the column information for experiments." }, { "info": { "name": "Get Metric Settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/public/v2/projects/:project_id/experiments/:experiment_id/metric_settings", "params": [ { "name": "experiment_id", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Get Metric Settings" }, { "info": { "name": "Update Metric Settings", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.galileo.ai/public/v2/projects/:project_id/experiments/:experiment_id/metric_settings", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "experiment_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Update Metric Settings" }, { "info": { "name": "Get Experiment Metrics", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/public/v2/projects/:project_id/experiments/:experiment_id/metrics", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "experiment_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Retrieve metrics for a specific experiment." }, { "info": { "name": "Get Experiments Metrics", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/public/v2/projects/:project_id/experiments/metrics", "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": "Retrieve metrics for all experiments in a project." } ] } ], "bundled": true }