Get Todos
gitlab_get_todosGet a paginated list of GitLab to-do items, filterable by state, type, action, author, project, or group.
Instructions
Get a list of to-do items (paginated)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| type | No | The type of to-do item. | |
| state | No | The state of the to-do item. | |
| action | No | The action to be filtered. | |
| group_id | No | The ID of a group | |
| author_id | No | The ID of an author | |
| project_id | No | The ID of a project |