getAllTodos

Retrieve a list of all todo items.

  • You can optionally filter by completion status.
  • You can limit the number of returned items.

Arguments

    completed
    Boolean
    Filter todos by whether they are completed.
    limit
    Int
    Defaults: 10
    Maximum number of todos to return (default: 10, max: 100).

Returns

    [Todo!]!
    Required

    Retrieve a list of all todo items.

    • You can optionally filter by completion status.
    • You can limit the number of returned items.
Built with

Show your support! Star us on GitHub ⭐️