Get what changed since last time
get_case_updatesReturn what is new in the user's connected cases: docket entries and CaseMail correspondence added since a given time. Use for "what changed", "what happened this week", "anything new since Friday", or "what changed across all my cases today" — for a relative period, work out the date yourself and pass it as since. With no matter_id, an account holding several cases gets a digest naming which of them moved, and an account holding one gets that one. Each entry carries the court's own wording, which is what you should read and explain when the user asks what a filing or order means.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many items to return. Defaults to 50. | |
| since | No | An ISO-8601 timestamp. Everything added after it is returned. Omit it to get the most recent activity rather than the whole docket. | |
| matter_id | No | The CaseMagic matter id, as returned by create_case_passport or shown in an earlier result. Omit it when the account follows exactly one case and that is the one meant. |