Get a to-do list
documentedGet a to-do list by ID.
GET /todolists/{todolist_id}.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)
npx -y keychains@latest curl "https://3.basecampapi.com/{{$account_id}}/buckets/{{$project_id}}/todolists/{{$todolist_id}}.json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-A "Basecamp 4 API Client (your-email@example.com)" \
-H "Accept: application/json"