GET Reports Schedules ID
The GET /Reports/Schedules/{id} method is used to return the schedule for the built-in report with the specified schedule ID. This method returns HTTP 200 OK on a success with the details of the report schedule. Use the GET /Reports/{id}/Schedules method to return the schedule based on the report ID (see GET Reports ID Schedules).
Table 586: GET Reports Schedules {id} Input Parameters
Name | In | Description |
---|---|---|
id | Path |
Required. The Keyfactor Command reference ID of the report schedule. Use the GET /Reports method (see GET Reports) to retrieve a list of your built-in reports to determine the report ID and then GET /Reports/{id} (see GET Reports ID) to retrieve the details for that report to determine the schedule ID to use. |
Table 587: GET Reports Schedules {id} Response Data
Name |
Description |
---|---|
Id |
An integer indicating the Keyfactor Command reference ID of the report schedule. |
A Boolean indicating whether the report will be sent to the email recipients configured in EmailRecipients (true) or not (false). | |
Save Report | A Boolean indicating whether the report will be saved to the UNC path defined by SaveReportPath (true) or not (false). |
Save Report Path |
A string containing the UNC path to which the report will be written, if configured. |
Report Format |
A string containing the report format selected for the scheduled report run. Supported values vary depending on the selected report and include:
|
Keyfactor Schedule |
An object providing the schedule for the report. |
Email Recipients |
An array of strings containing the email addresses of users configured as recipients of the scheduled report, if any. |
Runtime Parameters |
An object containing the parameters to be used at run time configured in the report schedule. Runtime parameters will vary depending on the report selected. |


