Tasks
List tasks
List all tasks. Optionally filter by book_id to scope to a specific book.
GET
List tasks
Authorizations
OAuth 2.0 Bearer Token from Clerk authentication
Query Parameters
Page number
Items per page (1-100, default: 25). Values over 100 will be clamped to 100.
Required range:
1 <= x <= 100Filter by book ID
Filter by status
Available options:
todo, done Filter by priority
Available options:
low_priority, medium_priority, high_priority, urgent_priority Filter by household ID
Filter by contact ID
Filter by assigned user ID from the relevant book users list
List tasks