---
title: "List Monitored Domains"
method: GET
path: "/api/v1/monitoring/domains"
tags: ["Monitoring Domains"]
---

# List Monitored Domains

`GET /api/v1/monitoring/domains`

List all domains and platform URLs currently monitored by TrueBiz.
This endpoint requires a valid API key (X-API-KEY) to be  provided in the headers and is rate limited to 5 requests
per second.

## Query parameters

- `domain` union[], nullable
  - union
    - string
    - '[]'
- `package_type` union[], nullable
  - union
    - 'io.truebiz.monitoring.package.basic' | 'io.truebiz.monitoring.package.extended' | 'io.truebiz.monitoring.package.website-content' | 'io.truebiz.monitoring.package.business-closure' | 'io.truebiz.monitoring.package.sentiment-analysis' | 'io.truebiz.monitoring.package.connected-entities' | 'io.truebiz.monitoring.package.people' | 'io.truebiz.monitoring.package.business-profile'
    - '[]'
- `external_ref_id` union[], nullable
  - union
    - string
    - ''
- `order_by` DomainsOrderingField[], nullable
- `limit` integer
- `offset` integer

## Response `200`

OK

- PagedMonitoredDomain
  - `domains` MonitoredDomain[], required
    - `domain` string, required
    - `platform_url` string, nullable
    - `external_ref_id` string, nullable
    - `packages` MonitoringPackage[]
      - `type` 'io.truebiz.monitoring.package.basic' | 'io.truebiz.monitoring.package.extended' | 'io.truebiz.monitoring.package.website-content' | 'io.truebiz.monitoring.package.business-closure' | 'io.truebiz.monitoring.package.sentiment-analysis' | 'io.truebiz.monitoring.package.connected-entities' | 'io.truebiz.monitoring.package.people' | 'io.truebiz.monitoring.package.business-profile', required
      - `frequency` PackageFrequency, required
        - `days` 7 | 30 | 90, required
  - `count` integer, required
  - `limit` integer, required
  - `offset` integer, required
  - `prev_domains_link` PrevLink
    - `id` string, uuid, required
    - `type` 'io.truebiz.link.prev-items', required
    - `href` string, required
  - `next_domains_link` NextLink
    - `id` string, uuid, required
    - `type` 'io.truebiz.link.next-items', required
    - `href` string, required

## Other responses

- `202` — Accepted
- `204` — No Content
- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `500` — Internal Server Error

## Changes

- **2026-09-21** `fd8c32a19c7f` — 10 breaking, 10 info
  - response property `domains/items/external_ref_id` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `domains/items/platform_url` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - the `next_domains_link` response's property type changed from `object` to no type for status `200`
  - the `prev_domains_link` response's property type changed from `object` to no type for status `200`
  - …16 more
- **2026-08-28** `0a984090228e` — 1 info
  - added the optional property `domains/items/platform_url` to the response with the `200` status

[Change history](https://skmtc.dev/truebiz/apis/truebiz-web-presence-review-api/changes/api/v1/monitoring/domains/get.md)

---

[API](https://skmtc.dev/truebiz/apis/truebiz-web-presence-review-api.md) · [All operations](https://skmtc.dev/truebiz/apis/truebiz-web-presence-review-api/llms.txt) · [OpenAPI document](https://skmtc.dev/truebiz/apis/truebiz-web-presence-review-api/revisions/a5d672b003d2?raw)
