# Event Inspector (/docs/sdk/event-inspector)



The Events page (Project → Events) shows a stream of events arriving
at the ingest endpoint, updated in near real-time.

## Columns [#columns]

* Timestamp.
* Event name.
* `app_id`.
* `install_id` (truncated).
* `app_user_id` (if identified).
* Properties (JSON, truncated).

## Filtering [#filtering]

Filter by:

* **App ID** — when you have multiple SDK apps under one project.
* **Event name**.
* **Install ID** — debug one device.
* **App User ID** — debug one signed-in user.

## Event detail [#event-detail]

Click a row to open a detail panel:

* Full event payload (all fields, properties, geo enrichment).
* CAPI forwarding status (per platform, if the event is in the mapping
  table).
* Raw stored row (admin-only).

## Test Event Code [#test-event-code]

There is **no** first-class "test event code" flag on the SDK today. If
you need to scope a view to one device for debugging, filter by
`install_id` on the Events page.

## Pausing [#pausing]

Toggle live mode off to freeze the view; toggle back on to resume. A
paused view reflects whatever events were loaded at pause time.

## Export [#export]

Current filtered view can be exported as CSV.
