---
title: "GET /app/actions/"
method: GET
path: "/app/actions/"
tags: ["app"]
---

# GET /app/actions/

`GET /app/actions/`

API endpoint that allows events to be viewed.

## Query parameters

- `c` string
- `page_size` integer

## Response `200`

- PaginatedActionList
  - `next` string, nullable
  - `previous` string, nullable
  - `results` Action[]
    - `id` integer, required
    - `actor` string, required
    - `verb` string, required
    - `action_object` string, required
    - `target` string, required
    - `public` boolean
    - `description` string, nullable
    - `timestamp` string, date-time

## Changes

- **2023-01-16** `36b48cae00a3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/uselotus/apis/lotus-api/changes/app/actions/get.md)

---

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