List entities
list_entitiesList a customer's entities with cursor pagination and optional filters. Autumn API: POST /v1/entities.list. Returns { list, next_cursor }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size, 1-5000. Default 50. | |
| plans | No | Filter by plan: array of { id, versions? } objects. | |
| search | No | Search entities by id or name. | |
| processors | No | Filter by parent customer processor: stripe, revenuecat, vercel. | |
| customer_id | Yes | Restrict the response to entities owned by this customer id. | |
| start_cursor | No | Pagination cursor from a prior response's `next_cursor` (omit / empty for first page). | |
| subscription_status | No | Filter by status: "active" or "scheduled". Defaults to both. |