JOC API

Version 2.7.3

Download RAML
JOC API
/reporting/run/history
POST

Returns report runs


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_FREQUENTLY_FAILED
  • JOBS_FREQUENTLY_FAILED
  • AGENTS_PARALLEL_JOB_EXECUTIONS
  • JOBS_EXECUTIONS_FREQUENCY
  • ORDERS_EXECUTIONS_FREQUENCY
  • WORKFLOWS_LONGEST_EXECUTION_TIMES
  • JOBS_LONGEST_EXECUTION_TIMES
  • PERIODS_MOST_ORDER_EXECUTIONS
  • PERIODS_MOST_JOB_EXECUTIONS
  • JOBS_SUCCESSFUL_EXECUTIONS
  • WORKFLOWS_SUCCESSFUL_EXECUTIONS
["WORKFLOWS_LONGEST_EXECUTION_TIMES"]
states optional, array[string] Limits the result to states such as
  • IN_PROGRESS
  • SUCCESSFUL
  • FAILED
["FAILED"]