Skip to main content
Get all Reminders.
Tool ID: affinity_v2_reminders_get

Run this action

Use the TypeScript SDK for a single call. Put ctx.tools.execute(...) inside a Play when the call should be durable, scheduled, or run across a CSV.

CLI

Example response

The static output schema is not detailed enough to generate a reliable example. Use deepline tools get affinity_v2_reminders_get --json for the complete live contract.

Input reference

Returns a page of Reminders visible to the caller. You can filter reminders using the filter query parameter. The filter parameter is a string that you can specify conditions based on the following properties. | Property Name | Type | Allowed Operators | Examples | |---|---|---|---| | id | int64 | = | id=1\\|id=2\\|id=3 | | type | enum | = | type=one-time, type=recurring | | status | enum | = | status=active, status=overdue, status=completed | | resetTrigger | enum | = | resetTrigger=interaction, resetTrigger=email, resetTrigger=event | | dueDate | datetime | >, =, =2026-01-01T00:00:00Z | | completedAt | datetime | >, =, , =, =2026-01-01T00:00:00Z | | updatedAt | datetime | >, =, =2026-01-01T00:00:00Z | | owner.id | int64 | =, != | owner.id=1\\|owner.id=2, owner.id!=3 | | See the live schema below for the complete notes.

Output reference

Deepline cost

  • Pricing model: fixed (per call).
  • Estimated Deepline credits: 0 per pricing unit.
  • Provider-native pricing may still exist outside Deepline credit billing.