As we make changes to our API, we’ll publish below. Changes to the product itself will be published on Product Updates.
Lead API only returns incomplete tasks.
We have updated the Lead API so that it only returns incomplete tasks in the “tasks” field. Previously it returned both incomplete and completed tasks. This led to some Lead API responses being exceedingly large for some clients.
You can still access completed tasks for the given lead via the
Task API, filtering by lead_id=DESIRED_LEAD_ID and
view=archive.