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