list_all_tasks
Retrieve a list of all tasks in ActiveCampaign with filters for title, status, due date, assignee, and more. Fetches data without making changes.
Instructions
🟢 READ-ONLY · Deal Tasks · GET /dealTasks
List all tasks
Fetches data. Makes no changes to your ActiveCampaign account.
Retrieve a list of existing tasks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results per page (ActiveCampaign default 20, max 100). | |
| offset | No | Zero-based offset into the result set for pagination. | |
| orders | No | Sort order as an object, e.g. {"email":"ASC"} → orders[email]=ASC. | |
| filters | No | Field filters as an object, e.g. {"name":"ecom"} → filters[name]=ecom. | |
| filters_note | No | The content describing the task Sent to ActiveCampaign as "filters[note]". | |
| filters_relid | No | The id of the relational object for this task Sent to ActiveCampaign as "filters[relid]". | |
| filters_title | No | The title to be assigned to the task Sent to ActiveCampaign as "filters[title]". | |
| filters_status | No | Task status means complete or incomplete. 1 is complete and 0 is incomplete. Sent to ActiveCampaign as "filters[status]". | |
| filters_userid | No | User ID this task belongs to Sent to ActiveCampaign as "filters[userid]". | |
| filters_duedate | No | Due date of the task Sent to ActiveCampaign as "filters[duedate]". | |
| filters_reltype | No | The name of the relating object (see relationships table) Sent to ActiveCampaign as "filters[reltype]". | |
| filters_due_after | No | Filter deal tasks that are due after a specific date Sent to ActiveCampaign as "filters[due_after]". | |
| Fitlers_due_before | No | Filter deal tasks that are due before a specific date Sent to ActiveCampaign as "Fitlers[due_before]". | |
| filters_outcome_id | No | The id of a task outcome that the task belongs to. Sent to ActiveCampaign as "filters[outcome_id]". | |
| filters_d_tasktypeid | No | The type of the task based on the available Task Types in the account Sent to ActiveCampaign as "filters[d_tasktypeid]". | |
| filters_duedate_range | No | Filter deal tasks that are due between specific date range (YYYY-MM-DD+YYYY-MM-DD format) or get categorized tasks (upcoming, scheduled, overdue values) Sent to ActiveCampaign as "filters[duedate_range]". | |
| filters_assignee_userid | No | The id of the user a task is assigned to Sent to ActiveCampaign as "filters[assignee_userid]". |