---
title: "Subscription Options"
method: GET
path: "/api/v1/agents/subscription-options"
tags: ["agents"]
---

# Subscription Options

`GET /api/v1/agents/subscription-options`

Distinct status + plan_name values (with counts) from this workspace's
subscription_events, so the billing-trigger builder shows real values rather than
hardcoded guesses (a multi-company product can't assume RevenueCat vs Stripe
statuses). Empty when no billing data has synced yet.

## Headers

- `authorization` string, nullable — Bearer <token>

## Response `200`

Successful Response

- EnvelopeSubscriptionOptionsResponse
  - `data` SubscriptionOptionsResponse, required — Distinct filterable values from the workspace's subscription_events, so the billing-trigger builder offers real values instead of hardcoded guesses.
    - `statuses` SubscriptionOption[]
      - `value` string, required
      - `count` integer, required
    - `plans` SubscriptionOption[]
      - `value` string, required
      - `count` integer, required
    - `total` integer
  - `meta` Meta
    - `request_id` string
    - `timestamp` string, date-time
    - `total` integer, nullable
    - `truncated` boolean, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/minro/apis/minro-cs-platform.md) · [All operations](https://skmtc.dev/minro/apis/minro-cs-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/minro/minro-cs-platform/revisions/eb854265cf29/schema)
