{ "opencollection": "1.0.0", "info": { "name": "Galileo API Server annotation projects API", "version": "1.1085.0" }, "items": [ { "info": { "name": "projects", "type": "folder" }, "items": [ { "info": { "name": "Bookmark Project", "type": "http" }, "http": { "method": "PUT", "url": "https://api.galileo.ai/projects/:project_id/bookmark", "params": [ { "name": "project_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Bookmark Project" }, { "info": { "name": "Unbookmark Project", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.galileo.ai/projects/:project_id/bookmark", "params": [ { "name": "project_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Unbookmark Project" }, { "info": { "name": "Get Projects Paginated", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/projects/paginated", "params": [ { "name": "actions", "value": "", "type": "query", "description": "Actions to include in the 'permissions' field." }, { "name": "starting_token", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Gets projects for a user with pagination.\n\nIf provided, filters on project_name and project_type." }, { "info": { "name": "Get Projects Count", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/projects/count", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Gets total count of projects for a user with applied filters." }, { "info": { "name": "Get All Projects", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/projects/all", "params": [ { "name": "type", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Gets all public projects and all private projects that the user has access to.\n\nFor Enterprise SaaS Clusters, this will return all projects in the cluster.\n\nDEPRECATED in favor of `get_projects_paginated`." }, { "info": { "name": "Get Projects", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/projects", "params": [ { "name": "project_name", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Gets projects for a user.\n\nIf provided, filters on project_name and project_type.\n\nDEPRECATED in favor of `get_projects_paginated`." }, { "info": { "name": "Create Project", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/projects", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Create a new project." }, { "info": { "name": "Get Collaborator Roles", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/collaborator_roles", "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Get Collaborator Roles" }, { "info": { "name": "Get Project", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/projects/:project_id", "params": [ { "name": "project_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Get Project" }, { "info": { "name": "Update Project", "type": "http" }, "http": { "method": "PUT", "url": "https://api.galileo.ai/projects/:project_id", "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": "Update Project" }, { "info": { "name": "Delete Project", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.galileo.ai/projects/:project_id", "params": [ { "name": "project_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Deletes a project and all associated runs and objects.\n\nAny user with project access can delete a project.\nNote that `get_project_by_id` calls `user_can_access_project`." }, { "info": { "name": "List User Project Collaborators", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/projects/:project_id/users", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "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": "List the users with which the project has been shared." }, { "info": { "name": "Create User Project Collaborators", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/projects/:project_id/users", "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": "Share a project with users." }, { "info": { "name": "List Group Project Collaborators", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/projects/:project_id/groups", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "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": "List the groups with which the project has been shared." }, { "info": { "name": "Create Group Project Collaborators", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/projects/:project_id/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": "Share a project with groups." }, { "info": { "name": "Update User Project Collaborator", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.galileo.ai/projects/:project_id/users/:user_id", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "user_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Update the sharing permissions of a user on a project." }, { "info": { "name": "Delete User Project Collaborator", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.galileo.ai/projects/:project_id/users/:user_id", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "user_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Remove a user's access to a project." }, { "info": { "name": "Update Group Project Collaborator", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.galileo.ai/projects/:project_id/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 the sharing permissions of a group on a project." }, { "info": { "name": "Delete Group Project Collaborator", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.galileo.ai/projects/:project_id/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": "Remove a group's access to a project." }, { "info": { "name": "Get Collaborator Roles", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/v2/collaborator_roles", "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Get Collaborator Roles" }, { "info": { "name": "Create Project", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/v2/projects", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Create a new project." }, { "info": { "name": "Get Project", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/v2/projects/:project_id", "params": [ { "name": "project_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Get Project" }, { "info": { "name": "Update Project", "type": "http" }, "http": { "method": "PUT", "url": "https://api.galileo.ai/v2/projects/:project_id", "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": "Update Project" }, { "info": { "name": "Delete Project", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.galileo.ai/v2/projects/:project_id", "params": [ { "name": "project_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Deletes a project and all associated runs and objects.\n\nAny user with project access can delete a project.\nNote that `get_project_by_id` calls `user_can_access_project`." }, { "info": { "name": "List User Project Collaborators", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/v2/projects/:project_id/users", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "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": "List the users with which the project has been shared." }, { "info": { "name": "Create User Project Collaborators", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/v2/projects/:project_id/users", "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": "Share a project with users." }, { "info": { "name": "List Group Project Collaborators", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/v2/projects/:project_id/groups", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "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": "List the groups with which the project has been shared." }, { "info": { "name": "Create Group Project Collaborators", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/v2/projects/:project_id/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": "Share a project with groups." }, { "info": { "name": "Update User Project Collaborator", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.galileo.ai/v2/projects/:project_id/users/:user_id", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "user_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Update the sharing permissions of a user on a project." }, { "info": { "name": "Delete User Project Collaborator", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.galileo.ai/v2/projects/:project_id/users/:user_id", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "user_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Remove a user's access to a project." }, { "info": { "name": "Update Group Project Collaborator", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.galileo.ai/v2/projects/:project_id/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 the sharing permissions of a group on a project." }, { "info": { "name": "Delete Group Project Collaborator", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.galileo.ai/v2/projects/:project_id/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": "Remove a group's access to a project." }, { "info": { "name": "Get Projects V2", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/v2/projects/paginated", "params": [ { "name": "actions", "value": "", "type": "query", "description": "Actions to include in the 'permissions' field." }, { "name": "include_logstreams", "value": "", "type": "query", "description": "When true, include log streams (id and name) for each project." }, { "name": "metric_id", "value": "", "type": "query", "description": "Filters logstreams to those with this metric enabled. Affects both the log_streams list (when include_logstreams=true) and the num_logstreams count." }, { "name": "starting_token", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Gets projects optimized for V2 with pagination and server-side run counts." }, { "info": { "name": "Get Collaborator Roles", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/public/v2/collaborator_roles", "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Get Collaborator Roles" }, { "info": { "name": "Create Project", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/public/v2/projects", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Create a new project." }, { "info": { "name": "Get Project", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/public/v2/projects/:project_id", "params": [ { "name": "project_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Get Project" }, { "info": { "name": "Update Project", "type": "http" }, "http": { "method": "PUT", "url": "https://api.galileo.ai/public/v2/projects/:project_id", "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": "Update Project" }, { "info": { "name": "Delete Project", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.galileo.ai/public/v2/projects/:project_id", "params": [ { "name": "project_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Deletes a project and all associated runs and objects.\n\nAny user with project access can delete a project.\nNote that `get_project_by_id` calls `user_can_access_project`." }, { "info": { "name": "List User Project Collaborators", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/public/v2/projects/:project_id/users", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "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": "List the users with which the project has been shared." }, { "info": { "name": "Create User Project Collaborators", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/public/v2/projects/:project_id/users", "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": "Share a project with users." }, { "info": { "name": "List Group Project Collaborators", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/public/v2/projects/:project_id/groups", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "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": "List the groups with which the project has been shared." }, { "info": { "name": "Create Group Project Collaborators", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/public/v2/projects/:project_id/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": "Share a project with groups." }, { "info": { "name": "Update User Project Collaborator", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.galileo.ai/public/v2/projects/:project_id/users/:user_id", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "user_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Update the sharing permissions of a user on a project." }, { "info": { "name": "Delete User Project Collaborator", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.galileo.ai/public/v2/projects/:project_id/users/:user_id", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "user_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Remove a user's access to a project." }, { "info": { "name": "Update Group Project Collaborator", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.galileo.ai/public/v2/projects/:project_id/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 the sharing permissions of a group on a project." }, { "info": { "name": "Delete Group Project Collaborator", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.galileo.ai/public/v2/projects/:project_id/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": "Remove a group's access to a project." }, { "info": { "name": "Get Projects V2", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/public/v2/projects/paginated", "params": [ { "name": "actions", "value": "", "type": "query", "description": "Actions to include in the 'permissions' field." }, { "name": "include_logstreams", "value": "", "type": "query", "description": "When true, include log streams (id and name) for each project." }, { "name": "metric_id", "value": "", "type": "query", "description": "Filters logstreams to those with this metric enabled. Affects both the log_streams list (when include_logstreams=true) and the num_logstreams count." }, { "name": "starting_token", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Gets projects optimized for V2 with pagination and server-side run counts." } ] } ], "bundled": true }