---
title: "Listar assinaturas"
method: GET
path: "/subscriptions"
tags: ["Subscriptions"]
---

# Listar assinaturas

`GET /subscriptions`

Lista todas as assinaturas do workspace atual.

## Response `200`

Successful response

- object[]
  - `id` string, required — Identificador único da assinatura
  - `status` 'trial' | 'active' | 'canceled' | 'ended', required — Status da assinatura
  - `appId` string, required — Identificador da aplicação vinculada
  - `priceId` string, required — Identificador do preço contratado
  - `coupon` string, nullable — Cupom aplicado na assinatura
  - `source` 'self_service' | 'third_party' — Origem da assinatura
  - `workspaceId` string, required — ID do workspace
  - `createdAt` string, date-time — Data de criação
  - `updatedAt` string, date-time — Data da última atualização

## Other responses

- `default` — Error response

## Changes

- **2026-08-23** `4e2e70f7dc73` — 2 info
  - the `createdAt` response's property default value changed from `2026-08-23T02:02:29.855Z` to `2026-08-23T21:02:46.066Z` for the status `200`
  - the `updatedAt` response's property default value changed from `2026-08-23T02:02:29.855Z` to `2026-08-23T21:02:46.066Z` for the status `200`
- **2026-08-23** `55d9eb7b8d84` — 2 info
  - the `createdAt` response's property default value changed from `2026-08-22T07:02:35.823Z` to `2026-08-23T02:02:29.855Z` for the status `200`
  - the `updatedAt` response's property default value changed from `2026-08-22T07:02:35.823Z` to `2026-08-23T02:02:29.855Z` for the status `200`
- **2026-08-22** `78c241f578f3` — 2 info
  - the `createdAt` response's property default value changed from `2026-08-21T12:03:03.915Z` to `2026-08-22T07:02:35.823Z` for the status `200`
  - the `updatedAt` response's property default value changed from `2026-08-21T12:03:03.915Z` to `2026-08-22T07:02:35.823Z` for the status `200`
- **2026-08-21** `109147324053` — 2 info
  - the `createdAt` response's property default value changed from `2026-08-20T16:03:35.002Z` to `2026-08-21T12:03:03.915Z` for the status `200`
  - the `updatedAt` response's property default value changed from `2026-08-20T16:03:35.002Z` to `2026-08-21T12:03:03.915Z` for the status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/rdstationmentoria/apis/accounts/changes/subscriptions/get.md)

---

[API](https://skmtc.dev/rdstationmentoria/apis/accounts.md) · [All operations](https://skmtc.dev/rdstationmentoria/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rdstationmentoria/accounts/revisions/4e2e70f7dc73/schema)
