get: summary: Get package signature verification key ID tags: - Elastic Package Manager (EPM) responses: '200': description: OK content: application/json: schema: type: object properties: body: type: object properties: id: type: string nullable: true description: the key ID of the GPG key used to verify package signatures statusCode: type: number headers: type: object '400': $ref: ../components/responses/error.yaml operationId: packages-get-verification-key-id parameters: []