openapi: 3.0.2 info: title: Keep actions status API description: Rest API powering https://platform.keephq.dev and friends 🏄‍♀️ version: 0.24.5 tags: - name: status paths: /status: get: tags: - status summary: Status description: simple status endpoint operationId: status_status_get responses: '200': description: Successful Response content: application/json: schema: type: object title: Response Status Status Get components: securitySchemes: API Key: type: apiKey in: header name: X-API-KEY HTTPBasic: type: http scheme: basic OAuth2PasswordBearer: type: oauth2 flows: password: scopes: {} tokenUrl: token