list eventsget https://api-examples.tamr.cloud/api/v1beta1/schedules/{scheduleId}/eventsFetch a page from a Schedule's event history.Path ParamsscheduleIdstringrequiredRequired. The ID of the schedule whose event history is requested.Query ParamspageSizeint32Optional. The maximum number of events to return. Default is 10.pageTokenstringOptional. A page token, received from a previous ListScheduleEvents call. Provide this token to retrieve the next page of events.Responses 200A successful response. defaultAn unexpected error response.Updated 6 months ago