get: summary: Get package stats tags: - Elastic Package Manager (EPM) responses: '200': description: OK content: application/json: schema: type: object properties: response: $ref: ../components/schemas/package_usage_stats.yaml required: - response '400': $ref: ../components/responses/error.yaml operationId: get-package-stats security: - basicAuth: [] parameters: - schema: type: string name: pkgName in: path required: true