---
title: "Return conversion status for additional domain"
method: GET
path: "/convert_addon_get_conversion_status"
tags: ["Domain Information"]
---

# Return conversion status for additional domain

`GET /convert_addon_get_conversion_status`

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 `convert_addon_fetch_conversion_details`
function.

**Important:**

When you disable the
[Web Server role](https://go.cpanel.net/howtouseserverprofiles#roles),
the system **disables** this function.

## Query parameters

- `job_id` integer, required

## Response `200`

HTTP Request was successful.

- object
  - `data` object — An object that contains details about the conversion job's status.
  - `metadata` object
    - `command` string — The method name called.
    - `reason` string — The reason the function failed when the `metadata.result` field is `0`. This field may include a success message when the function succeeds.
    - `result` 1 | 0 — * `1` — Success. * `0` — Failed. Check the `reason` field for more details.
    - `version` integer — The API version of the function.

---

[API](https://skmtc.net/cpanel/apis/whm-api.md) · [All operations](https://skmtc.net/cpanel/apis/whm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cpanel/whm-api/revisions/3da41671c02c/schema)
