get
https://api.sigmacomputing.com/v2/members//schedules
Retrieve all scheduled exports owned by a specific user across all workbooks and reports that they have access to.
Usage notes
- Retrieve the memberId by calling the /v2/members endpoint.
- To perform this operation for another user, you must use API credentials owned by a user assigned the Admin account type.
- Non-admin users can only retrieve their own schedules.
- To retrieve scheduled exports for a specific workbook, call the /v2/workbooks/{workbookId}/schedules endpoint.
Usage scenarios
- User dashboard: Display all scheduled exports owned by a user in a centralized dashboard.
- Scheduled export management: Allow users to view and manage all their scheduled exports across different workbooks and reports.
- Audit and compliance: Review all scheduled exports created by a specific user for governance purposes.
- Cross-user management: Admins can view and manage schedules on behalf of other users.
