list_todos
Retrieve your GitLab to-do items with filters for type, state, and action. Paginate and scope by project or group to manage pending tasks.
Instructions
List GitLab to-do items for the current user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| type | No | Filter by to-do target type | |
| state | No | Filter by to-do state | |
| action | No | Filter by to-do action | |
| group_id | No | Filter by group ID | |
| per_page | No | Number of items per page (max: 100, default: 20) | |
| author_id | No | Filter by author ID | |
| project_id | No | Filter by project ID |