GetLocationRemindersArgs
type GetLocationRemindersArgs = {
cursor?: string | null;
limit?: number;
taskId?: string | null;
};
Arguments for listing location reminders.
See
Properties
cursor?
optional cursor: string | null;
Cursor for pagination.
limit?
optional limit: number;
Number of results per page (max 200, default 50).
taskId?
optional taskId: string | null;
Filter by task ID.