list_plans
Retrieve subscription plans from Conekta with search and pagination options to manage billing cycles.
Instructions
List subscription plans with optional search and pagination.
Args: limit: Max plans to return (1-250, default 20) search: Search by plan name next_page: Cursor for next page previous_page: Cursor for previous page
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| search | No | ||
| next_page | No | ||
| previous_page | No |