openapi: 3.1.0 info: title: Galileo API Server annotation versions API version: 1.1085.0 servers: - url: https://api.galileo.ai description: Galileo API Server - galileo-v2 tags: - name: versions paths: /versions: get: tags: - versions summary: Get Current Versions operationId: get_current_versions_versions_get responses: '200': description: Successful Response content: application/json: schema: additionalProperties: type: string type: object title: Response Get Current Versions Versions Get components: securitySchemes: ClassicAPIKeyHeader: type: apiKey in: header name: Galileo-API-Key APIKeyHeader: type: apiKey in: header name: Splunk-AO-API-Key OAuth2PasswordBearer: type: oauth2 flows: password: scopes: {} tokenUrl: https://api.galileo.ai/login HTTPBasic: type: http scheme: basic