---
title: "Get instance events in JSON format."
method: GET
path: "/app/{app_id}/events"
tags: ["apps"]
---

# Get instance events in JSON format.

`GET /app/{app_id}/events`

## Path parameters

- `app_id` string, required

## Query parameters

- `customerIds` string[]
- `instanceIds` string[]
- `eventTypes` string[]
- `before` string, date-time
- `after` string, date-time
- `Format` string

## Response `200`

ListAppInstanceEventsResponse contains the list of instance events

- object[]
  - `appId` string
  - `customerId` string
  - `fieldName` string
  - `instanceId` string
  - `isCustom` string
  - `newValue` string
  - `previousValue` string
  - `reportedAt` string

## Other responses

- `204` — On success, no payload returned
- `400` — Returned on bad input
- `404` — Returned on resource not found

---

[API](https://skmtc.net/replicated/apis/vendor-api-v3.md) · [All operations](https://skmtc.net/replicated/apis/vendor-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/replicated/vendor-api-v3/versions/6fcf9e54aba4/schema)
