get_changes
Retrieve ordered issue events after a specified event ID to synchronize project changes incrementally, supporting filters for specific issues and event types.
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 |