---
title: "List events"
method: GET
path: "/events"
tags: ["Events"]
---

# List events

`GET /events`

Lists actions performed by users on your account.

## Query parameters

- `filter[author]` string
- `filter[project]` string
- `filter[target_name]` string[]
- `filter[target_id]` string
- `filter[action]` string
- `filter[created_at][gte]` string
- `filter[created_at][lte]` string
- `filter[created_at]` string[]
- `page[size]` integer
- `page[number]` integer
- `stats[total]` string
- `sort` string

## Response `200`

Success

## Changes

> 29 revisions in range; 15 could not be searched.

- **2026-07-21** `885dec47dd47` — 1 breaking
  - the response property `data/items/attributes/target/id` became nullable for the status `200`
- **2026-07-13** `476588abdb81` — 8 breaking
  - the response property `data/items/attributes/author/email` became nullable for the status `200`
  - the response property `data/items/attributes/author/id` became nullable for the status `200`
  - the response property `data/items/attributes/author/name` became nullable for the status `200`
  - the response property `data/items/attributes/project/id` became nullable for the status `200`
  - …4 more

[Change history](https://skmtc.dev/latitude/apis/latitude-sh-api/changes/events/get.md)

---

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