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

# GET /Subscriptions/{id}

`GET /Subscriptions/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- SubscriptionDetailDto
  - `recentCharges` SubscriptionChargeDto[]
    - `id` string
    - `subscriptionId` string
    - `attemptedAt` string, date-time
    - `billingPeriodStart` string, date
    - `billingPeriodEnd` string, date
    - `invoiceId` string, nullable
    - `paymentId` string, nullable
    - `status` string — "Succeeded" | "Declined" | "TokenExpired" | "NoDefaultToken" | "ProcessorError" | "Skipped".
    - `amount` union
      - number, double
      - string, double
    - `processorMessage` string, nullable
    - `retryCount` union
      - integer
      - string, int32
    - `isRetry` boolean
  - `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

## Other responses

- `404` — Not Found

---

[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/versions/a905bde4e796/schema)
