List scheduled exports for a user

View as MarkdownOpen in Claude
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](https://help.sigmacomputing.com/reference/list-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](https://help.sigmacomputing.com/reference/list-workbook-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.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

memberIdstringRequired

Query parameters

pagestringOptional
limitdoubleOptional

Response

The response body.
entrieslist of objects
Array of results returned by the endpoint
nextPagestring or null

Returns a string that can be used as the page parameter in the next request to fetch the next page of results. The last page of results returns null.

totaldouble
Total number of results. Useful to determine if there is a need to paginate.
hasMoreboolean

[Deprecated] Indicates whether more results are available.