{ "opencollection": "1.0.0", "info": { "name": "Galileo API Server annotation runs API", "version": "1.1085.0" }, "items": [ { "info": { "name": "runs", "type": "folder" }, "items": [ { "info": { "name": "Get Project Runs", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/projects/:project_id/runs", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "run_name", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Return all runs for a project, optionally filtered by name." }, { "info": { "name": "Create Run", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/projects/:project_id/runs", "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 run in the given project.\n\nValidates that no run with the same name exists, that the run's task type\nis compatible with the project type, and that all existing runs share the\nsame task type before delegating to the async run-creation service." }, { "info": { "name": "Delete Runs", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.galileo.ai/projects/:project_id/runs", "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": "Delete multiple runs by ID.\n\nAll requested run IDs must belong to the given project; the request is\nrejected if any run belongs to a different project." }, { "info": { "name": "Get Run", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/projects/:project_id/runs/:run_id", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "run_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Return a single run by ID." }, { "info": { "name": "Update Run", "type": "http" }, "http": { "method": "PUT", "url": "https://api.galileo.ai/projects/:project_id/runs/:run_id", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "run_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Update a run's mutable fields (e.g. name)." }, { "info": { "name": "Delete Run", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.galileo.ai/projects/:project_id/runs/:run_id", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "run_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Delete a single run and its associated artifacts and jobs." }, { "info": { "name": "Get Run Link", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/projects/:project_id/runs/:run_id/link", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "run_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Return the console deep-link URL for a run." }, { "info": { "name": "Set Metric For Run", "type": "http" }, "http": { "method": "PUT", "url": "https://api.galileo.ai/projects/:project_id/runs/:run_id/metrics", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "run_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Set or update a metric value for a run." } ] } ], "bundled": true }