---
title: "List all the the events"
method: GET
path: "/v1/events"
tags: ["Custom Events"]
---

# List all the the events

`GET /v1/events`

Lists all the custom events

## Query parameters

- `cursor` integer
- `limit` integer
- `version` integer

## Response `200`

Successful Response

- ExternalReadEventLogSchemaV2
  - `updatedAt` string, date-time, nullable
  - `createdAt` string, date-time, nullable
  - `icon` string, nullable
  - `objectType` 'CONVERSATION' | 'ACCOUNT' | 'CUSTOMER' | 'USER' | 'CANNED_RESPONSE' | 'CHATBOT' | 'COMPANY' | 'CUSTOM_EVENTS' | 'HELPCENTER' | 'LINEAR' | 'JIRA' | 'SLACK' | 'SENTRY' | 'SESSION_RECORDING'
  - `objectId` string, required
  - `name` string, required
  - `description` string, nullable
  - `payload` object, nullable
  - `id` string, uuid, required
  - `processingStatus` 'PENDING' | 'SUCCESS' | 'INVALID' | 'LINKED' | 'FAILED' | 'UNPROCESSED' | 'UNKNOWN'

## Other responses

- `422` — Validation Error

## Changes

> 46 revisions in range; 1 not diffed.

- **2026-08-30** `22d52c4f7949` — 1 info
  - the `createdAt` response's property default value changed from `1788019608` to `1788077312` for the status `200`
- **2026-08-29** `caf559efc022` — 1 info
  - the `createdAt` response's property default value changed from `1787947390` to `1788019608` for the status `200`
- **2026-08-28** `73491099129c` — 1 info
  - the `createdAt` response's property default value changed from `1787877239` to `1787947390` for the status `200`
- **2026-08-28** `ef4515369550` — 1 info
  - the `createdAt` response's property default value changed from `1787804216` to `1787877239` for the status `200`
- **2026-08-27** `d7d7fc1aa7d2` — 1 info
  - the `createdAt` response's property default value changed from `1787739701` to `1787804216` for the status `200`

[Full history](https://skmtc.dev/atlas/apis/atlas-api/changes/v1/events/get.md)

---

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