piyaz
ReferenceTools

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

NameTypeRequiredDescription
cursorstringNoOpaque cursor from a previous page's nextCursor.
limitintegerNoPage size, 1-50 (default 20).
notestringNonoteRef ('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.
projectstringNoProject identifier ('GSP') or UUID. Pass exactly one scope: project, task, or note (project may also accompany a slug-form note).
sincestringNoISO timestamp lower bound (exclusive): only events after this instant. The resume primitive, pass the last moment you were caught up.
taskstringNotaskRef ('GSP-42') or UUID. Pass exactly one scope: project, task, or note.

Last updated

On this page