Report Requests

This resource allows you to view, add, delete, or edit a report request.

Report requests can be scheduled to run once or recurrently. The current user can schedule only reports that are in their report profiles. Users who have access to SCHEDULE REPORT FOR OTHERS can schedule reports on behalf of others. All recipients of a schedule report request are notified in Control Center and can view the report and report execution history.

Operations


Create Report Request
POST /v1/platform/scheduled_reports


Delete Report Request by ID
DELETE /v1/platform/scheduled_reports/{id}


Retrieve Paginated List of Scheduled Report Requests
POST /v1/platform/scheduled_reports/apply_read


Retrieve Scheduled Report Requests (Deprecated)
GET /v1/platform/scheduled_reports


Update Report Request by ID
PUT /v1/platform/scheduled_reports/{id}