---
title: "GET /v2/{org_id}/subscriptions/"
method: GET
path: "/v2/{org_id}/subscriptions/"
tags: ["Subscriptions - By Org"]
---

# GET /v2/{org_id}/subscriptions/

`GET /v2/{org_id}/subscriptions/`

ListSubscriptionView operations.

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

Success

- PaginatedOptionalSubscriptionSerializer
  - `total` integer
  - `next` string, nullable
  - `previous` string, nullable
  - `results` OptionalSubscriptionSerializer[]
    - `id` integer
    - `sensors` SensorSubscriptionItem[]
      - `serial_number` string
      - `cancelation_date` string, date-time
      - `stripe_synced` boolean
    - `type` 'MONTHLY' | 'YEARLY' | 'ENTREPRISE'
    - `quantity` string
    - `status` string
    - `next_billing_cycle_date` string

## Other responses

- `403` — Forbidden - Access Denied
- `404` — Not Found

---

[API](https://skmtc.dev/density/apis/your-project-api.md) · [All operations](https://skmtc.dev/density/apis/your-project-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/density/your-project-api/revisions/eab10fe035e6/schema)
