---
title: "Get My Subscription History"
method: GET
path: "/subscriptions/my/history"
tags: ["Subscriptions"]
---

# Get My Subscription History

`GET /subscriptions/my/history`

获取当前用户的订阅历史（允许过期 KEY 查询）

## Query parameters

- `skip` integer
- `limit` integer

## Response `200`

Successful Response

- UserSubscriptionResponse[]
  - `id` integer, required
  - `plan_id` integer, required
  - `plan_name` string, required
  - `plan_code` string, required
  - `status` string, required
  - `started_at` string, date-time, required
  - `expires_at` string, date-time, required
  - `auto_renew` boolean, required
  - `created_at` string, date-time, required
  - `daily_quota` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/deepshare/apis/markdown-to-docx-converter.md) · [All operations](https://skmtc.dev/deepshare/apis/markdown-to-docx-converter/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deepshare/markdown-to-docx-converter/revisions/3c4ed7b0427a/schema)
