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

# Get Subscriptions

`GET /subscriptions`

Retrieves a given Subscription (formerly recurrence). There are three options of filtering your Subscruptions v1. It's possible to get a list of all Subscriptions v1, by not adding any query params to your request, and simply executing a call to the url. It is also possible to list the Subscriptions by email, filtering by the email query param. And finnally, it is possible to list recurrences with failures on the last execution cycle, filtering by the cycleStatus query param.

## Query parameters

- `email` string
- `cycleStatus` string

## Headers

- `Content-Type` string, required
- `Accept` string, required

## Response `200`

---

[API](https://skmtc.net/vtex/apis/recurrence-v1.md) · [All operations](https://skmtc.net/vtex/apis/recurrence-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vtex/recurrence-v1/versions/7225526926c8/schema)
