list_digest_instances
List the digest instances for a schedule. Each instance represents the events accumulated for a single user against the schedule, useful for monitoring accumulation before a digest is released.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max instances to return (default 20, max 100) | |
| cursor | No | Pagination cursor from a previous response | |
| schedule_id | Yes | The digest schedule id, in the form "sch/{uuid}" |