---
title: "Return status for a user's monitored domains."
method: GET
path: "/SiteQuality/get_monitored_system_scores"
tags: ["SiteQuality"]
---

# Return status for a user's monitored domains.

`GET /SiteQuality/get_monitored_system_scores`

This function returns a monitoring score and system ID for each domain the user monitors with Site Quality Monitoring.

## 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
    - `errors` string[], nullable — List of errors if the API failed.
    - `messages` string[], nullable — List of messages that the API generated.
    - `metadata` object
    - `status` 0 | 1 — * `1` — Success. * `0` — Failed. Check the `errors` field for more details.
    - `system_scores` object[] — An array of objects containing the user's monitored domain score and system ID.
      - `status` 'good' | 'bad' | 'warn' — The check's summarized status. * `good` — The monitored domain passes all monitoring checks. * `bad` — The monitored domain reports failures in Security, Content, and/or Availability monitoring checks. * `warn` — The monitored domain reports failures in Performance, Technical, and/or SEO monitoring checks.
      - `system_id` integer — The system identification number for the monitored domain.
    - `warnings` string[], nullable — List of warnings that the API generated. Warnings describe non-critical failures or issues the system noted while running an API function.

---

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