Sign in

Get a to-do list

documented

Get a to-do list by ID.

GET /todolists/{todolist_id}.jsonTo-dosno implementation yet0 runs
No 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"