---
title: "Retrieve monitoring subscription"
method: GET
path: "/monitoring/subscriptions/{subscription_id}"
tags: ["Monitoring"]
---

# Retrieve monitoring subscription

`GET /monitoring/subscriptions/{subscription_id}`

## Path parameters

- `subscription_id` string, uuid, required

## Response `200`

A single monitoring subscription.

- MonitoringSubscription
  - `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.

## 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)
