pipedrive_get_project_changelog
Retrieve a project's change history, including actor, new and old values, with pagination support for auditing project updates.
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 | |
| limit | No | Number of items to return (1-100, default 50) | |
| cursor | No | Cursor for pagination (from previous response) |