---
title: "List updates about an organization"
method: GET
path: "/organizations/{id}/flow"
tags: ["Organizations"]
---

# List updates about an organization

`GET /organizations/{id}/flow`

Lists updates about an organization.

## Path parameters

- `id` integer, required

## Query parameters

- `start` integer
- `limit` integer
- `all_changes` string
- `items` string

## Response `200`

Get the organization updates

- object
  - `success` boolean — If the response is successful or not
  - `data` object[]
    - `object` string — The type of the person update. (Possible object types - organizationChange, dealChange, file, activity)
    - `timestamp` string — The creation date and time of the update
    - `data` object — The data related to the update
  - `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
  - `related_objects` object
    - `organization` object
      - `ORGANIZATION_ID` object — The ID of the organization associated with the item
        - `id` integer — The ID of the organization associated with the item
        - `name` string — The name of the organization associated with the item
        - `people_count` integer — The number of people connected with the organization that is associated with the item
        - `owner_id` integer — The ID of the owner of the organization that is associated with the item
        - `address` string, nullable — The address of the organization
        - `cc_email` string, nullable — The BCC email of the organization associated with the item
    - `user` object
      - `USER_ID` object — The ID of the user
        - `id` integer — The ID of the user
        - `name` string — The name of the user
        - `email` string — The email of the user
        - `has_pic` integer — Whether the user has picture or not. 0 = No picture, 1 = Has picture.
        - `pic_hash` string, nullable — The user picture hash
        - `active_flag` boolean — Whether the user is active 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/bf863a979545/schema)
