v1

latestOpenAPI 3.0.12026-07-244011,5573.5 MB
Report Schedules

Get a report runner

Returns the full report runner definition for the supplied id, including its schedule, report type, parameters, formats, and delivery configuration. Returns 404 report_runner_not_found if the id does not exist.

get/v7/report-runners/{reportRunnerId}

Path parameters

reportRunnerIdstring required

The Extole unique report runner identifier.

Response

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