/reporting/reports/generated
POST
Returns generated reports
Parameters in the POST body schema
Name | Type | Description | Example | Default |
---|---|---|---|---|
reportPaths |
optional, array[string] | Paths or names of report configurations | ||
templateNames |
optional, array[string] | Limits the result to template names such as
|
["WORKFLOWS_LONGEST_EXECUTION_TIMES"] | |
runIds |
optional, array[integer] | Limits the result to reports generated by specific run IDs | ||
dateFrom |
optional, string | Date in the format YYYY-MM-DD. Limits the result to reports that are younger than this date | ||
dateTo |
optional, string | Date in the format YYYY-MM-DD. Limits the result to reports that are older than this date |
Request