---
title: "Get Subscriptions"
method: GET
path: "/subscriptions"
tags: ["Planes"]
---

# Get Subscriptions

`GET /subscriptions`

Listar suscripciones con paginación

## Query parameters

- `offset` integer — Número de registros a saltar
- `limit` integer — Cantidad de registros por página
- `search` string, nullable — Buscar por nombre o correo del usuario

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/factpro/apis/note-service-api.md) · [All operations](https://skmtc.net/factpro/apis/note-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factpro/note-service-api/revisions/d88e14b2de42/schema)
