Tool to retrieve a paginated list of to-dos from a specific to-do list in a Basecamp project. Use when you need to fetch to-do items from a to-do list, optionally filtering by status or completion state.
pageintegerPage number for pagination. Use the next_page_url from the response or increment manually. Omit to get the first page.
statusstringFilter by status. 'archived' returns archived items, 'trashed' returns trashed items. Omit for active items.
bucket_idRequiredintegerThe project's unique identifier (bucket ID)
completedbooleanWhen true, returns only completed to-dos. Can be combined with status parameter. Default returns pending (not completed) to-dos.
todolist_idRequiredintegerThe to-do list's unique identifier
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.