External DocumentationTo learn more, visit the Delinea documentation.
Actions
Search Report Schedules
Search Report Schedules.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Include Deleted Schedules | When set, deleted reports will be included. |
| Max Records | Maximum number of records to include in results. |
| Report ID | Report Id. |
{
"records": [
{
"changeType": "Daily",
"deleted": true,
"description": "string",
"lastRun": "2019-08-24T14:15:22Z",
"lastRunHistoryId": 0,
"name": "string",
"reportId": 0,
"reportName": "string",
"scheduleReportId": 0,
"sendEmail": true,
"storedReportCount": 0
}
],
"sortBy": [
{
"direction": "None",
"name": "string",
"priority": 0
}
]
}
Was this page helpful?