list_entities
Retrieve Productboard entities by type with filtering by name, owner, status, archived, or parent. Returns paginated results for browsing products, features, initiatives, and objectives.
Instructions
List Productboard entities of a given type. Supports filtering by name, owner, status, archived, parent. Returns paginated results — use pageCursor from response to get next page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by entity name (partial match) | |
| type | Yes | Entity type (required). E.g. 'feature', 'initiative', 'objective'. | |
| limit | No | Number of results to return (default 25, max 500) | |
| fields | No | Control returned fields: 'all', 'default', or comma-separated field names | |
| archived | No | Filter by archived status | |
| parentId | No | Filter by parent entity UUID | |
| ownerEmail | No | Filter by owner email | |
| pageCursor | No | Pagination cursor from previous response | |
| statusName | No | Filter by status name |