list_todos
Retrieve the current user's GitLab to-do items with filters for type, state, action, project, group, and author. Supports pagination for browsing large lists.
Instructions
List GitLab to-do items for the current user. Use this for a collection of resources; choose the corresponding get tool when you already know the single resource to inspect. It is read-only and does not mutate GitLab data; missing resources, invalid identifiers, insufficient permission, and rate limits are returned as errors. When project_id or group_id is accepted, provide the numeric ID or complete URL-encoded path described by the schema; use required identifiers and pagination fields exactly as documented.
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 |