List plans
list_plansList all plans (products) in the current environment. Autumn API: POST /v1/plans.list. Returns { list }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | No | Entity id for entity-scoped plans. | |
| customer_id | No | Include eligibility info (trial availability, attach scenario) for this customer. | |
| all_versions | No | If true, include all plan versions. | |
| include_archived | No | If true, include archived plans. |