v1

latestOpenAPI 3.0.12026-07-244011,5573.5 MB
Report Schedules

List report runner templates

Returns the available report runner templates for the calling client. Templates are pre-configured runner definitions that can be duplicated via POST /v7/report-runners/{id}/duplicate to create new runners with minimal configuration.

get/v7/report-runners/template

Response

Successful response

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"
  }
]