---
title: "Get events associated to a particular process"
method: GET
path: "/v1/org/{orgId}/process/{processId}/events"
tags: ["process"]
---

# Get events associated to a particular process

`GET /v1/org/{orgId}/process/{processId}/events`

## Path parameters

- `orgId` string, required
- `processId` string, required

## Response `200`

successful operation

- ProcessEventResponse
  - `events` ProcessEvent[], required
    - `id` string
    - `type` 'DEPART' | 'HIRE' | 'UPDATE' | 'CREATE_PERSON' | 'ERROR' | 'INBOUND' | 'CHANGE' | 'OUTBOUND_CREATE' | 'OUTBOUND_UPDATE' | 'OUTBOUND_DELETE' | 'INITIATING_CREATE' | 'INITIATING_DELETE', required
    - `entityData` object
    - `updates` ProcessEventUpdate[], required
      - `type` 'FIELD' | 'CONTACT' | 'COMP' | 'ERROR', required
      - `payload` ProcessEventUpdatePayload, required
        - `key` string
        - `value` object
        - `currency` string
        - `contactFormat` 'PHONE' | 'EMAIL' | 'ID'
        - `errorMessage` string
    - `at` string, required

## Other responses

- `400` — invalid data
- `401` — not authorized
- `403` — permission denied

---

[API](https://skmtc.dev/charthop/apis/charthop-api.md) · [All operations](https://skmtc.dev/charthop/apis/charthop-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/charthop/charthop-api/revisions/4685d95a20b1/schema)
