---
title: "List Project Activity Events"
method: GET
path: "/api/v1/projects/{project_id}/activity-events"
tags: ["projects"]
---

# List Project Activity Events

`GET /api/v1/projects/{project_id}/activity-events`

List recent deterministic project activity for Ollie-aware UI.

## Path parameters

- `project_id` string, uuid, required

## Query parameters

- `limit` integer

## Response `200`

Successful Response

- ProjectActivityEventResponse[]
  - `id` string, uuid, required
  - `project_id` string, uuid, required
  - `actor_user_id` string, uuid, nullable
  - `source` string, required
  - `event_type` string, required
  - `entity_type` string, nullable
  - `entity_id` string, uuid, nullable
  - `entity_label` string, nullable
  - `summary` string, required
  - `details` object
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

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