Todos
todosFetch a paginated list of fake todo items from DummyJSON. Supports limit and skip. Returns todo text, completion status, and userId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of todos skipped | |
| limit | No | Limit of todos returned | |
| todos | No | List of todos | |
| total | No | Total todo count |