piyaz_activity
What changed, newest first, keyset-paginated.
Pass exactly one scope: project ('GSP' or UUID), task ('GSP-42' or UUID), or note ('GSP-N12', UUID, or slug; slug form also needs project). since (ISO timestamp) answers 'what changed since I left', the resume-after-compaction primitive: piyaz_activity project='GSP' since='<last known instant>'. note scope is per-note history (edits, moves, links, restores) and requires the note to be agent-exposed: team visibility AND feed enabled. A private note or one with feed_mode='none' reads as not found; project/task scopes silently exclude non-exposed notes' events. Events carry actor, type, summary, and target ref. Follow up on a specific task with piyaz_get, or on a note with piyaz_note read.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
cursor | string | No | Opaque cursor from a previous page's nextCursor. |
limit | integer | No | Page size, 1-50 (default 20). |
note | string | No | noteRef ('GSP-N12'), note UUID, or slug (slug needs project). Per-note history; the note must be agent-exposed (team visibility, feed enabled) or it reads as not found. |
project | string | No | Project identifier ('GSP') or UUID. Pass exactly one scope: project, task, or note (project may also accompany a slug-form note). |
since | string | No | ISO timestamp lower bound (exclusive): only events after this instant. The resume primitive, pass the last moment you were caught up. |
task | string | No | taskRef ('GSP-42') or UUID. Pass exactly one scope: project, task, or note. |
Last updated