List digest instances
List the digest instances for a schedule. Each instance represents the events accumulated for a single user against the schedule, and can be used to monitor digest accumulation before the digest is released.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the digest schedule, in the form sch/{uuid}. The value must be URL-encoded (e.g. sch%2F00000000-0000-0000-0000-000000000000).
Query Parameters
A cursor token from a previous response, used to fetch the next page of results.
The maximum number of digest instances to return. Defaults to 20, with a maximum of 100.
x <= 100Response
Always list for a paginated list response.
list The digest instances for this page of results.
Whether there are more digest instances to fetch using the cursor.
A cursor token for fetching the next page of results, or null when there are none.
The path of the current request.
The path to fetch the next page of results, or null when there are none.