get: summary: Get package file tags: - Elastic Package Manager (EPM) responses: '200': description: OK content: application/json: schema: type: object properties: body: type: object statusCode: type: number headers: type: object '400': $ref: ../components/responses/error.yaml operationId: packages-get-file parameters: - schema: type: string name: pkgName in: path required: true - schema: type: string name: pkgVersion in: path required: true - schema: type: string name: filePath in: path required: true