v1

latestOpenAPI 3.0.12026-07-244011,5573.5 MB
Report Schedules

Duplicate a report runner

Creates a new report runner by duplicating the supplied one. The body provides the overrides to apply to the copy; fields absent from the body are copied from the source. Set allow_duplicate=true to allow creating a runner with the same name as an existing one. Returns the new report runner.

post/v7/report-runners/{reportRunnerId}/duplicate

Path parameters

reportRunnerIdstring required

Query parameters

allow_duplicateboolean nullable

Request body

OR

Example request

{
  "report_name_pattern": "handlebars@runtime:{{reportNamePattern}}",
  "sftp_report_name_pattern": "handlebars@runtime:{{sftpReportNamePattern}}"
}

Response

Duplicated report runner.

OR

Example response

{
  "created_date": "2025-10-24T02:00:00-07:00",
  "pause_info": {
    "updated_date": "2025-10-24T09:00:00.000Z"
  },
  "paused": {
    "updated_date": "2025-10-24T09:00:00.000Z"
  },
  "report_name_pattern": "handlebars@runtime:{{reportNamePattern}}",
  "sftp_report_name_pattern": "handlebars@runtime:{{sftpReportNamePattern}}",
  "updated_date": "2025-10-24T02:00:00-07:00"
}