---
title: "Get notification preferences"
method: GET
path: "/api/auth/user/preferences"
tags: ["v1", "auth"]
---

# Get notification preferences

`GET /api/auth/user/preferences`

## Response `200`

Successful Response

- NotificationPreference — The volume knob from the Briefing footer, not a checkbox list. Billing and account messages are service mail and are not represented here — they are sent regardless of these settings.
  - `user_id` string, required
  - `email` string, email, required
  - `briefing_frequency` 'DAILY' | 'WEEKLY' | 'MONTHLY' | 'OFF'
  - `alerts_enabled` boolean
  - `store_verdicts_enabled` boolean
  - `daily_limit` integer

## Other responses

- `401` — Authentication required

## Changes

- **2026-08-26** `8bb6e38d9e24` — 3 warning, 4 info
  - removed the optional property `emails_sent_today` from the response with the `200` status
  - removed the optional property `last_reset_date` from the response with the `200` status
  - removed the optional property `preferences` from the response with the `200` status
  - added the optional property `alerts_enabled` to the response with the `200` status
  - …3 more

[Change history](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/changes/api/auth/user/preferences/get.md)

---

[API](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server.md) · [All operations](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/significant-gravitas/autogpt-agent-server/revisions/5dc375899754/schema)
