---
title: "List monitoring subscriptions"
method: GET
path: "/monitoring/subscriptions"
tags: ["Monitoring"]
---

# List monitoring subscriptions

`GET /monitoring/subscriptions`

## Query parameters

- `id` string[]
- `business_id` string[]
- `page_token` string — Optional pagination token to be provided to retrieve subsequent pages, returned from previous get
- `person_id` string[]
- `limit` integer — Maximum number of objects to return per page. If the limit is greater than 100, then it will be set to 100.

## Response `200`

List of monitoring subscriptions.

- MonitoringSubscriptionList
  - `subscriptions` MonitoringSubscription[], required
    - `business_id` string, uuid — Unique ID for the business. Exactly one of `business_id` or `person_id` must be set.
    - `creation_time` string, date-time — The date and time the resource was created.
    - `id` string, uuid — Unique identifier for this subscription.
    - `last_updated_time` string, date-time — The date and time the resource was last update.
    - `metadata` Metadata — Optional field to store additional information about the resource. Intended to be used by the integrator to store non-sensitive data.
    - `person_id` string, uuid — Unique ID for the person. Exactly one of `person_id` or `business_id` must be set.
  - `next_page_token` string — If returned, use the next_page_token to query for the next page of results. Not returned if there are no more rows.

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden error
- `404` — Resource not found
- `500` — Internal server error

---

[API](https://skmtc.net/synctera/apis/synctera-api.md) · [All operations](https://skmtc.net/synctera/apis/synctera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/synctera/synctera-api/versions/b0d812e6cdd0/schema)
