Stripe に戻る
Stripe と Knoon AI を接続して AI ワークフローを自動化します。
Search Stripe subscriptions with a query string.
stripeDefaultSearchSubscriptions
ベータ
内部
権限
表示する項目がありません。
オプション権限
表示する項目がありません。
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| query | mustache | Search query (e.g. "status:\"active\" AND metadata[\"plan\"]:\"gold\""). | はい |
| limit | mustache | Optional max number of subscriptions to return (1-100). Defaults to 10. | いいえ |
返品
| 名前 | タイプ | 説明 |
|---|---|---|
| id | string | Subscription ID. |
| status | string | Subscription status. |
| currentPeriodEnd | string | Current period end time (ISO). |
| cancelAtPeriodEnd | boolean | Whether the subscription is set to cancel at period end. |