Get to-do lists in set
documentedList to-do lists within a to-do set.
GET /buckets/{bucket_id}/todosets/{todolist_set_id}/todolists.jsonTo-dosno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
Note: The Basecamp 4 API uses the 3.basecampapi.com host with the account_id in the path, and most endpoints end in .json, per Basecamp API docs. ([github.com](https://github.com/basecamp/bc3-api?utm_source=openai))
npx -y keychains@latest curl "https://3.basecampapi.com/{{$account_id}}/buckets/{{$bucket_id}}/todosets/{{$todolist_set_id}}/todolists.json" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "User-Agent: Basecamp-Integration"