(ctx context.Context, id uuid.UUID)
| 504 | GetGroups(ctx context.Context, arg GetGroupsParams) ([]GetGroupsRow, error) |
| 505 | GetHealthSettings(ctx context.Context) (string, error) |
| 506 | GetInboxNotificationByID(ctx context.Context, id uuid.UUID) (InboxNotification, error) |
| 507 | // Fetches inbox notifications for a user filtered by templates and targets |
| 508 | // param user_id: The user ID |
| 509 | // param read_status: The read status to filter by - can be any of 'ALL', 'UNREAD', 'READ' |
no outgoing calls