---
title: "Return Sitejet domains"
method: GET
path: "/Sitejet/get_all_user_sitejet_info"
tags: ["Sitejet"]
---

# Return Sitejet domains

`GET /Sitejet/get_all_user_sitejet_info`

This function returns the Sitejet domains' information for the cPanel account.

## Query parameters

- `domain` string

## Response `200`

HTTP Request was successful.

- object
  - `apiversion` integer — The version of the API.
  - `func` string — The name of the method called.
  - `module` string — The name of the module called.
  - `result` object
    - `data` object[]
      - `domain` string — The name of the cPanel user's domain.
      - `metadata` object
        - `company` string — The website's comapany.
        - `cpanelDomainGUID` string — The cPanel user's domain.
        - `fullcms` unknown
        - `language` string, ISO-639 — The language selection for the Sitejet Content Management System.
        - `latest_publish_date` integer — The last successful publication of the Sitejet domain in Unix time format.
        - `publish_status` 1 | 0 — Whether the Sitejet domain is published. * `1` - Website is published. * `0` - Website is not published.
        - `websiteId` integer — The website ID of the created website.
      - `quota` object
        - `available_space` integer — The amount of space available in megabytes (MB).
        - `can_backup` unknown
        - `is_empty_docroot` unknown
        - `required_space` integer — The amount of space required in megabytes (MB) for a document root backup.
      - `redirection_enabled` 1 | 0 — Whether the domain redirects to another URL. * 1 - Redirects. * 0 - Doesn't redirect.
      - `shared_doc_root` 1 | 0 — whether the sitejet domain is sharing the document_root. * 1 - document_root is shared. * 0 - document_root is not shared.
      - `is_restore_point_available` 1 | 0 — Whether the sitejet domain has a restore point. * `1` – Restore point is available. * `0` – Restore point is not available.
      - `is_temporary_domain` 1 | 0 — Whether the domain is a temporary domain (for example, cpanel.site). * `1` – Domain is a temporary domain. * `0` – Domain is not a temporary domain.
      - `status` object
        - `has_sitejet_published` 1 | 0 — Whether the Sitejet website is published. * `1` - Sitejet website is published. * `0` - Sitejet website is not published.
        - `has_sitejet_website` 1 | 0 — Whether the domain's document root diretory contains a Sitejet directory. * `1` - User has created a Sitejet website. * `0` - User has not created a Sitejet website.
        - `is_sitejet` 1 | 0 — Whether the domain's document root diretory's `index.html` file contains Sitejet deployed content. * `1` - User has a Sitejet website. * `0` - User does not have a Sitejet website.
        - `ssl_status` 1 | 0 — Whether the domain has a valid SSL certificate. * `1` - Domain has a valid SSL certificate. * `0` - Domain does not have a valid SSL certificate or certificate is invalid.
    - `errors` string[], nullable — List of errors if the API failed.
    - `messages` string[], nullable — List of messages generated by the API.
    - `metadata` object
      - `transformed` 1 — Post-processing may have transformed the data.
      - `is_beta` 1 | 0 — Whether the server has access to beta features of the Sitejet Builder.
    - `status` 1 | 0 — - `1` - Success. - `0` - Failed: Check the errors field for more details.
    - `warnings` string[], nullable — List of warnings generated by the API. Warnings describe non-critical failures or other problematic conditions noted while running an API.

---

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