---
title: "Get Subscription"
method: GET
path: "/billing/subscription"
tags: ["billing"]
---

# Get Subscription

`GET /billing/subscription`

Get current subscription status from Stripe.

## Response `200`

Successful Response

- SubscriptionResponse
  - `cancel_at_period_end` boolean, nullable
  - `current_period_end` string, nullable
  - `has_subscription` boolean, required
  - `status` string, nullable

---

[API](https://skmtc.dev/agents-squads/apis/squads-api.md) · [All operations](https://skmtc.dev/agents-squads/apis/squads-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agents-squads/squads-api/revisions/3812730a1cb4/schema)
