---
title: "List All Subscriptions"
method: GET
path: "/v1/rebalancing/subscriptions"
tags: ["Rebalancing"]
---

# List All Subscriptions

`GET /v1/rebalancing/subscriptions`

Lists subscriptions

## Query parameters

- `account_id` string
- `portfolio_id` string
- `page_token` string
- `limit` string

## Response `200`

OK

- object
  - `next_page_token` string, nullable, required — Use this token in your next API call to paginate through the dataset and retrieve the next page of results. A null token indicates there are no more data to fetch.
  - `subscriptions` PortfolioSubscription[], required
    - `account_id` string — Account ID subscribing to portfolio
    - `created_at` string, date-time — Subscription creation timestamp
    - `id` string — Subscription ID
    - `last_rebalanced_at` string — Last rebalancing event for this subscription. Can be null.
    - `portfolio_id` string — Portfolio ID for subscription

---

[API](https://skmtc.net/alpacahq/apis/gift-city-extensions-api.md) · [All operations](https://skmtc.net/alpacahq/apis/gift-city-extensions-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alpacahq/gift-city-extensions-api/versions/62e3378bb273/schema)
