get_issue_activity
Retrieve a unified newest-first timeline of all issue activity, including comments, decisions, reviews, attempts, events, and artifacts, to track progress and coordinate agents.
Instructions
Get a unified newest-first timeline of issue work and artifacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| order | No | ||
| types | No | ||
| cursor | No | ||
| issue_id | Yes | Canonical issue identifier (ULID or ISSUE-N). | |
| project_ref | No | Project reference returned by open_project. Pass it explicitly for stateless routing; omit only when using a configured default. | |
| agent_session_handle | No | Optional durable session handle for request attribution. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| has_more | Yes | ||
| next_cursor | Yes |