listPlans
listPlansRetrieve a paginated list of plans defining reusable contract structures. Filter by name, status, and page through results with a cursor.
Instructions
Retrieve a paginated list of plans that define reusable contract structures. Hits /plans — the same data the Zenskar app's Plans page reads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Cursor for pagination. | |
| limit | No | Maximum number of plans to return per page. | |
| name__ilike | No | Case-insensitive partial match for plan name. | |
| status | No | Filter by plan status. Valid values: draft, active, archived. | |
| __userContext | No | Internal user context for multi-tenant authentication and approval workflow |