get_changes
Fetch ordered issue events following a specified event ID for incremental synchronization, enabling clients to update only changed task data.
Instructions
Get ordered issue events after an event ID for incremental synchronization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| issue_id | No | Canonical issue identifier (ULID or ISSUE-N). | |
| event_types | No | ||
| project_ref | No | Project reference returned by open_project. Pass it explicitly for stateless routing; omit only when using a configured default. | |
| since_event_id | Yes | ||
| agent_session_handle | No | Optional durable session handle for request attribution. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| events | Yes | ||
| has_more | Yes | ||
| next_event_id | Yes | ||
| latest_event_id | Yes |