---
title: "GET /Subscriptions"
method: GET
path: "/Subscriptions"
tags: ["Subscriptions"]
---

# GET /Subscriptions

`GET /Subscriptions`

## Query parameters

- `clientId` string
- `patientId` string
- `status` string
- `page` union
  - integer
  - string, int32
- `pageSize` union
  - integer
  - string, int32

## Response `200`

OK

- SubscriptionListResponseDto
  - `items` SubscriptionDto[]
    - `id` string
    - `clientId` string
    - `clientName` string, nullable
    - `patientId` string, nullable
    - `patientName` string, nullable
    - `groupCodeId` string
    - `groupCodeName` string, nullable
    - `paymentTokenId` string
    - `paymentTokenLast4` string, nullable
    - `paymentTokenBrand` string, nullable
    - `status` string — "Active" | "Paused" | "PastDue" | "Cancelled" | "Completed".
    - `frequency` string — "Weekly" | "BiWeekly" | "Monthly" | "Quarterly" | "Annually".
    - `billingDayOfMonth` union
      - integer
      - string, int32
    - `startDate` string, date
    - `nextBillingDate` string, date
    - `lastChargedAt` string, date-time, nullable
    - `endDate` string, date-time, nullable
    - `billingCyclesCompleted` union
      - integer
      - string, int32
    - `maxBillingCycles` union
      - integer
      - string, int32
    - `snapshotAmount` union
      - number, double
      - string, double
    - `consecutiveFailureCount` union
      - integer
      - string, int32
    - `lastFailureReason` string, nullable
    - `notes` string, nullable
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
  - `total` union
    - integer
    - string, int32
  - `page` union
    - integer
    - string, int32
  - `pageSize` union
    - integer
    - string, int32

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/a905bde4e796/schema)
