pipedrive_get_project_changelog
Retrieve detailed changelog for a project, including what changed, when, and by whom, with paginated entries showing old and new values.
Instructions
Get the changelog for a project, showing what changed, when, and by whom. Returns paginated entries with actor_user_id, new_values, and old_values. (Projects add-on; Projects API in public beta.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The project ID | |
| cursor | No | Cursor for pagination (from previous response) | |
| limit | No | Number of items to return (1-100, default 50) |