---
title: "Export Subscriptions"
method: GET
path: "/v1/subscriptions/export"
tags: ["subscriptions", "public"]
---

# Export Subscriptions

`GET /v1/subscriptions/export`

Export subscriptions as a CSV file.

**Scopes**: `subscriptions:read` `subscriptions:write`

## Query parameters

- `organization_id` union — Filter by organization ID.
  - string, uuid4 — The organization ID.
  - string[]
- `product_id` union — Filter by product ID.
  - string, uuid4 — The product ID.
  - string[]
- `status` union — Filter by subscription status.
  - 'incomplete' | 'incomplete_expired' | 'trialing' | 'active' | 'past_due' | 'canceled' | 'unpaid' | 'paused'
  - SubscriptionStatus[]
- `cancel_at_period_end` boolean, nullable — Filter by subscriptions that are set to cancel at period end.
- `started_after` string, date-time, nullable — Only include subscriptions started after this date. Must include a UTC offset.
- `started_before` string, date-time, nullable — Only include subscriptions started before this date. Must include a UTC offset.
- `timezone` string — Time zone used to render dates in the CSV.
- `columns` union — Columns to include in the CSV, in order. Defaults to email, started_at, product, amount, currency, status and recurring_interval.
  - 'email' | 'started_at' | 'product' | 'amount' | 'currency' | 'status' | 'recurring_interval' | 'customer_name' | 'billing_name' | 'billing_country' | 'net_amount' | 'discount' | 'seats' | 'current_period_start' | 'current_period_end' | 'cancel_at_period_end' | 'canceled_at' | 'ends_at' | 'ended_at' | 'cancellation_reason' | 'trial_start' | 'trial_end'
  - SubscriptionExportColumn[]

## Response `200`

Successful Response

## Other responses

- `422` — Validation Error

---

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