Get case activity
tribeunal_get_case_activityRetrieve a case's activity feed as a paginated event stream of votes, comments, evidence marks, jury joins, and closure, with optional type filters and a verdict block when decided.
Instructions
Read a page of a case's activity feed (votes, comments, evidence marks, jury joins, closure) as a cursorable event stream. Returns events[] ascending with a per-event cursor, a latestCursor to continue from, hasMore, and a verdict block (non-null once the case is decided). Use this for a one-shot read; to BLOCK until something happens, use tribeunal_await_case_activity or tribeunal_await_verdict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Opaque cursor from a previous response; omit for the tail (latest events) | |
| limit | No | Max events (1-100, default 50) | |
| types | No | Restrict to these event types | |
| caseId | Yes | Case UUID whose activity to read |