# IReminderService.GetReminders(GrainId)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.ireminderservice/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.ireminderservice/methods/)

```csharp
public abstract Task<List<IGrainReminder>> GetReminders(GrainId grainId)
```

Gets all reminders registered for the specified grain.

### Parameters

- `grainId` (`GrainId`): A reference to the grain.

### Returns

A list of all registered reminders for the specified grain.
