# Get license by ID Endpoint: GET /license/{licenseId} Version: 5.1.47 Security: api_key ## Path parameters: - `licenseId` (integer, required) The ID of the license to get ## Response 200 fields (application/json): - `licenseId` (integer) The ID number of the license. This field is auto-generated by the Masking Engine. Example: "3" - `licenseFileName` (string) The name of the license, as inferred from the uploaded file. Example: "license.bin" - `licenseType` (string) The type of file that this license describes. Enum: "JDBC_DRIVER" - `jdbcDriverId` (integer) The ID number of the JDBC driver. Example: "1" - `createdTime` (string) The time when the license was added. This field is auto-generated by the Masking Engine. Example: "2023-03-15T12:16:35.964Z" ## Response 400 fields ## Response 403 fields ## Response 404 fields