---
title: "Return additional domain conversion details"
method: GET
path: "/convert_addon_fetch_conversion_details"
tags: ["Domain Information"]
---

# Return additional domain conversion details

`GET /convert_addon_fetch_conversion_details`

This function returns the details of a conversion from an addon
domain to an account. Use WHM API 1's `convert_addon_domain_to_account`
to start a conversion.

**Important:**

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

## Query parameters

- `job_id` integer, required

## Response `200`

HTTP Request was successful.

- object
  - `data` object
    - `domain` string, domain — The addon domain you converted into a cPanel account.
    - `job_end_time` integer — A date that indicates when the convertion ended.
    - `job_id` integer — The conversion's job identification number.
    - `job_start_time` integer — A date that indicates when the conversion started.
    - `job_status` 'INPROGRESS' | 'QUEUED' | 'SKIPPED' | 'FAILED' | 'DONE' — The status of the conversion process. * `INPROGRESS` — The conversion process is in progress. * `QUEUED` — The system queued the conversion job. * `SKIPPED` — The system skipped at least one step in the conversion process. * `FAILED` — At least one step in the conversion process failed. * `DONE` — The conversion process finished successfully.
    - `source_acct` string, username — The source cPanel user account that you converted into an account.
    - `steps` object[] — An array of objects containing the steps taken by the conversion process.
      - `end_time` integer — The date when the step ended.
      - `start_time` integer — The date when the step started.
      - `status` 'DONE' | 'IN PROGRESS' | 'FAILED' — The status of the conversion step. * `DONE` — The step is finished. * `IN PROGRESS` — The step is in progress. * `FAILED` — The step failed.
      - `step_name` string — A step of the conversion process.
      - `warnings` string — The warning message for the step that describes a potential problem, if any exist.
    - `target_acct` string — The destination cPanel user account for the conversion.
  - `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)
