Back to Stripe
Connect Knoon AI with Stripe to automate AI workflows.
List Stripe products.
stripeDefaultListProducts
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| active | mustache | Optional active filter ("true" or "false"). | No |
| limit | mustache | Optional max number of products to return (1-100). Defaults to 10. | No |
Returns
| Name | Type | Description |
|---|---|---|
| id | string | Product ID. |
| name | string | Product name. |
| description | string | Product description when available. |
| active | boolean | Whether the product is active. |
| defaultPriceId | string | Default price ID when available. |
| createdAt | string | Product creation time (ISO). |