---
title: "List a document's smart activity log"
method: GET
path: "/documents/{uuid}/activities"
tags: ["documents"]
---

# List a document's smart activity log

`GET /documents/{uuid}/activities`

Returns the grouped change/refresh activity entries for a document, newest first. Paginated via `limit`/`page` (default 100 newest); pass `since` (ISO-8601) to scope to recent activity (e.g. 'what changed in the last few days'), or `since_last_seen` to scope to activity since the caller last viewed this document's changelog (mutually exclusive with `since`; `since` wins if both are passed).

## Path parameters

- `uuid` string, required

## Query parameters

- `limit` number
- `page` number
- `since` string
- `since_last_seen` boolean

## Other responses

- `400` — Bad Request - Invalid parameters or malformed request
- `401` — Unauthorized - Invalid or missing authentication
- `403` — Forbidden - User lacks permission to access this resource
- `404` — Not Found - Resource does not exist
- `422` — Unprocessable Entity - Invalid request parameters or validation errors
- `429` — Too Many Requests - Rate limit exceeded
- `500` — Internal Server Error - Unexpected server error

## Changes

- **2026-08-24** `872ab6a6b84f` — 1 info
  - added the new optional `query` request parameter `since_last_seen`

[Change history](https://skmtc.dev/rhythms/apis/rhythms-params-in-body/changes/documents/:uuid/activities/get.md)

---

[API](https://skmtc.dev/rhythms/apis/rhythms-params-in-body.md) · [All operations](https://skmtc.dev/rhythms/apis/rhythms-params-in-body/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rhythms/rhythms-params-in-body/revisions/925d5943c46b/schema)
