I noticed that tables that pull data from the recents endpoint (eg Activities table) are only pulling 1 month's worth of historical data. I think it's likely due to Pipedrive changing how that endpoint works which went into effect on December 1 2024:
https://developers.pipedrive.com/changelog/post/breaking-change-added-limit-to-the-since-timestamp-parameter
GET v1/recents
Added a limit to the since_timestamp parameter.
Mobile users can now retrieve a maximum of 3 months of past data, even if they request data from a date further in the past.
All other users will be limited to retrieving a maximum of 1 month of past data, even if they request data from a date further in the past.
Seems like if we want to get data that is older than a month old we will have to use a different endpoint for the tap.
I noticed that tables that pull data from the
recentsendpoint (eg Activities table) are only pulling 1 month's worth of historical data. I think it's likely due to Pipedrive changing how that endpoint works which went into effect on December 1 2024:https://developers.pipedrive.com/changelog/post/breaking-change-added-limit-to-the-since-timestamp-parameter
Seems like if we want to get data that is older than a month old we will have to use a different endpoint for the tap.