---
title: "getAssociatedMonitoringEvents"
method: GET
path: "/v2/integrations/{integrationId}/monitoring/events/{eventId}/associated"
tags: ["monitoring", "integrations"]
---

# getAssociatedMonitoringEvents

`GET /v2/integrations/{integrationId}/monitoring/events/{eventId}/associated`

Returns all monitoring events sharing the same event_id, ordered chronologically.
Also includes the original inbound event payload from erp_incoming_events if available.
Used to display a full event trace/timeline.

## Path parameters

- `integrationId` string, uuid, required
- `eventId` string, required

## Response `200`

Associated monitoring events for the given event_id

- object
  - `monitoring_events` MonitoringEventV2[] — All monitoring events sharing this event_id, ordered by created_at ASC
    - `id` string, uuid, required — Unique monitoring event ID
    - `org_id` string, required — Organization ID
    - `integration_id` string, required — Integration ID
    - `event_id` string, required — Trigger/inbound event ID (groups related monitoring events)
    - `correlation_id` string — Correlation ID for tracing. Empty when unavailable.
    - `use_case_id` string — Use case ID. Empty for system-level events ("General").
    - `use_case_type` 'inbound' | 'outbound' | 'file_proxy' | 'managed_call' | 'secure_proxy' | '', required — Use case type. Empty for system-level events.
    - `level` 'success' | 'error' | 'skipped' | 'warning', required — Event outcome level
    - `code` string — Taxonomy code (e.g. OAUTH2_TOKEN_FAILURE, HTTP_502). Empty for success.
    - `message` string — Human-readable message. Empty when not applicable.
    - `detail` object, nullable — Event-specific JSON data. Structure determined by `code`.
    - `created_at` string, date-time, required — When the monitoring event was created
  - `inbound_event` object, nullable — The original inbound event payload from erp_incoming_events, if available

## Other responses

- `400` — Bad request
- `401` — Unauthorized request
- `500` — Internal Server Error

---

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