list-todos
Retrieve to-dos for your team from Zentria CRM. Use search and pagination to find specific tasks and manage workload efficiently.
Instructions
List to-dos for the PAT-bound team (GET /api/public/teams/{teamId}/todos). Scope: todos:read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search query. | |
| page | No | Page number (default 1). | |
| itemsPerPage | No | Items per page (default 25, max 100). |