---
title: "List updates about participants of a deal"
method: GET
path: "/deals/{id}/participantsChangelog"
tags: ["Deals"]
---

# List updates about participants of a deal

`GET /deals/{id}/participantsChangelog`

List updates about participants of a deal. This is a cursor-paginated endpoint. For more information, please refer to our documentation on <a href="https://pipedrive.readme.io/docs/core-api-concepts-pagination" target="_blank" rel="noopener noreferrer">pagination</a>.

## Path parameters

- `id` integer, required

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

Get participant changelogs for a given deal

- object
  - `success` boolean — If the request was successful or not
  - `data` object[] — The array of participant changelog
    - `actor_user_id` integer — The ID of the user
    - `person_id` integer — The ID of the person
    - `action` string — Deal participant action type
    - `time` string — The deal participant action log time
  - `additional_data` object — The additional data of the list
    - `start` integer — Pagination start
    - `limit` integer — Items shown per page
    - `more_items_in_collection` boolean — If there are more list items in the collection than displayed or not

---

[API](https://skmtc.net/pipedrive/apis/pipedrive-api-v1.md) · [All operations](https://skmtc.net/pipedrive/apis/pipedrive-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pipedrive/pipedrive-api-v1/revisions/302b0d7c2c1a/schema)
