---
title: "List Preferences"
method: GET
path: "/notification-preferences"
tags: ["notification-preferences"]
---

# List Preferences

`GET /notification-preferences`

Get all notification preferences for the user.

Returns all notification types with their values (explicit preferences or defaults).

## Response `200`

Successful Response

- NotificationPreferenceResponse[]
  - `user_id` string, required
  - `notification_type` 'NEW_TRANSCRIPT_IN_TICKER_COVERAGE' | 'MY_TRANSCRIPT_PUBLISHED' | 'NEW_TRANSCRIPT' | 'NEW_COMMENT' | 'NEW_COMMENT_WITH_FOLLOWING' | 'NEW_COMMENT_ON_MY_TRANSCRIPT' | 'NEW_UPVOTE_ON_MY_TRANSCRIPT' | 'NEW_BEAR_ON_MY_TRANSCRIPT' | 'NEW_BULL_ON_MY_TRANSCRIPT' | 'MONTHLY_CALL_SUMMARY' | 'WEEKLY_PRIORITY_COVERAGE' | 'ORG_INVITE' | 'REMOVED_FROM_ORG' | 'CALL_REMINDER', required
  - `email_enabled` boolean, required
  - `text_enabled` boolean, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

---

[API](https://skmtc.dev/trytrata/apis/fastapi.md) · [All operations](https://skmtc.dev/trytrata/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trytrata/fastapi/revisions/89fec75ff598/schema)
