openapi: 3.1.0 info: title: Galileo Public Annotations Health API version: v2 description: 'Best-effort OpenAPI 3.1 description of the Galileo (galileo.ai) public REST API for projects, datasets, experiments, traces, prompts, integrations, annotations, and groups. Generated from the public OpenAPI index at https://api.galileo.ai/public/v2/openapi.json; not an official copy. ' contact: name: Galileo Developer Docs url: https://docs.galileo.ai/ servers: - url: https://api.galileo.ai description: Galileo hosted production security: - apiKeyHeader: [] - bearerAuth: [] - basicAuth: [] tags: - name: Health paths: /v2/healthcheck: get: tags: - Health operationId: healthcheck security: [] responses: '200': description: Healthcheck response content: application/json: schema: $ref: '#/components/schemas/Object' components: schemas: Object: type: object additionalProperties: true securitySchemes: apiKeyHeader: type: apiKey in: header name: Galileo-API-Key bearerAuth: type: http scheme: bearer description: OAuth 2.0 password bearer (JWT) issued by /v2/token basicAuth: type: http scheme: basic