# Return conversion status for additional domain This function returns the status of the convert addon domain to account process for specified conversion jobs. For data about the conversion status of all jobs, use the WHM API 1 function. When you disable the Web Server role, the system this function. Endpoint: GET /convert_addon_get_conversion_status Version: 11.134.0.5 Security: BasicAuth ## Query parameters: - `job_id` (integer, required) The conversion's job identification number. To list entries for multiple conversion jobs, increment the parameter name. For example: , , and . ## Response 200 fields (application/json): - `data` (object) An object that contains details about the conversion job's status. Example: {"1":{"job_end_time":1462383658,"job_id":"1","job_status":"DONE","source_acct":"user1"}} - `metadata` (object) - `metadata.command` (string) The method name called. Example: "convert_addon_get_conversion_status" - `metadata.reason` (string) The reason the function failed when the field is . This field may include a success message when the function succeeds. Example: "OK" - `metadata.result` (integer) * — Success. * — Failed. Check the field for more details. Enum: 1, 0 - `metadata.version` (integer) The API version of the function. Example: 1