List archived user goals
documentedReturn archived goals for user {u}.
GET /users/{u}/goals/archived.jsonUsersno 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://www.beeminder.com/api/v1/users/{{$user_id}}/goals/archived.json?auth_token={{BEEMINDER_API_KEY}}" \
-X GET \
-H "Accept: application/json"