Coming soon. This endpoint will be available once Reply API 3.0 enters beta. We will notify all users when beta access opens. Request early access.
Returns a filtered, paginated list of tasks.
Pagination params (top, skip) are in query string; filter criteria in request body.
All filter fields are optional — an empty body {} returns all tasks.
API key passed in the X-API-Key header
Maximum number of items to return (default 25, max 1000).
Number of items to skip.
Request body for the POST /tasks/filter endpoint.
All fields are optional — an empty object {} returns all tasks visible to the caller.
Filter tasks with StartAt >= this value. Defaults to 2000-01-01 if omitted.
Filter tasks with StartAt <= this value. Defaults to now + 1 year if omitted.
Filter by task type.
0 = ToDo, 2 = Call, 4 = Meeting, 5 = LinkedIn, 7 = ManualEmail, 8 = Sms, 9 = WhatsApp.
Filter by task status.
0 = New, 1 = Finished, 3 = Cancelled, 4 = Archived, 5 = SequenceDetached.
Filter by LinkedIn action subtype. 0 = Message, 1 = Connect, 2 = InMail, 3 = ViewProfile.
Filter tasks belonging to these sequences.
Filter tasks belonging to these sequence steps.
Filter by prospect timezone (e.g. "America/New_York").
Filter tasks for a specific contact.
Filter tasks assigned to a specific user. Only returns results if the caller has permission to view that user's tasks.
Filter by overdue status. true = overdue only, false = not overdue only, null = all.