---
title: "GET /api/v1/subscriptions"
method: GET
path: "/api/v1/subscriptions"
tags: ["subscription"]
---

# GET /api/v1/subscriptions

`GET /api/v1/subscriptions`

## Query parameters

- `offset` integer, required
- `limit` integer, required

## Response `200`

List of subscriptions

- PaginatedResponseSubscription
  - `data` object[], required
    - `billing_day_anchor` integer, required
    - `currency` string, required
    - `customer_alias` string, nullable
    - `customer_id` string, MeteroidId, required
    - `customer_name` string, required
    - `id` string, MeteroidId, required
  - `total` integer, required

## Other responses

- `401` — Unauthorized
- `500` — Internal error

## Changes

- **2025-07-09** (v1) `dece17f86f99` — 18 breaking, 15 warning, 165 info
  - added the new required `query` request parameter `limit`
  - added the new required `query` request parameter `offset`
  - removed the media type `application/json` for the response with the status `401`
  - removed the media type `application/json` for the response with the status `500`
  - …194 more

[Change history](https://skmtc.dev/meteroid-oss/apis/meteroid/changes/api/v1/subscriptions/get.md)

---

[API](https://skmtc.dev/meteroid-oss/apis/meteroid.md) · [All operations](https://skmtc.dev/meteroid-oss/apis/meteroid/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/meteroid-oss/meteroid/revisions/dece17f86f99/schema)
