# IReminderRegistry.GetReminders(GrainId)

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

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

Gets all reminders which are currently registered to the active grain.

### Parameters

- `callingGrainId` (`GrainId`): The ID of the the currently executing grain

### Returns

All reminders which are currently registered to the active grain.
