list_digest_instances
List the digest instances for a digest schedule. Each instance is the events accumulated so far for one user against that schedule, so this shows what is waiting to go out and answers why a digest has not arrived yet — it is still accumulating, or it has nothing in it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum instances to return. Defaults to 20; the API caps this at 100. | |
| cursor | No | For fetching the next page. This is an opaque token — never decode it, edit it, or rebuild it. Pass it back exactly as it appeared in the previous response's cursor field, byte for byte. Omit this entirely when you don't have one from a prior response of this exact call. | |
| schedule_id | Yes | The digest schedule id, in the form "sch/{uuid}" |