stripe_twin_list
Retrieve Stripe resources like customers, subscriptions, and invoices from a local Postgres twin, avoiding Stripe API latency.
Instructions
Fast Postgres-backed read of the Stripe Digital Twin (no Stripe RTT).
Args: resource_kind: e.g. "customer", "subscription", "invoice", "charge" limit: Max rows to return (default 50, cap 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource_kind | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |