---
title: "GET /subs/active"
method: GET
path: "/subs/active"
tags: ["Subscription"]
---

# GET /subs/active

`GET /subs/active`

## Response `200`

OK

- SubsDTO
  - `subId` string
  - `licenseId` string
  - `type` string
  - `startDate` integer
  - `endDate` integer
  - `duration` string
  - `totalOperationUsage` integer
  - `currentOperationUsage` integer
  - `active` boolean
  - `monthPeriod` MonthPeriod
    - `startDate` integer
    - `endDate` integer
  - `extraOps` ExtraOpsDTO[]
    - `id` integer
    - `totalOpsUsage` integer
    - `currentOpsUsage` integer
    - `generatedAt` integer
    - `activationDate` integer
    - `endDate` integer
    - `status` 'ACTIVE' | 'EXPIRED' | 'CONSUMED' | 'PENDING'

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `500` — Internal Server Error
- `502` — Bad Gateway

---

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