|-
| '''Summary'''
|Returns information on all jobs that are currently registered. The list includes scheduled, queued, running jobs, and finished jobs with a cached result. The returned elements have elements with the additional attributes:* <code>id</code>: job id, * <code>type</code>: type of the type job (XQuerycommand, a commandquery, REST, RESTXQ, etc.)* <code>state</code>: current state of the job (scheduled, queued, running, finished, cached) and * <code>user</code>: the user who started flag. Depending on the type of the job, additional attributes will be added:* If the result of a job will be cached, a <code>cacheduration</code> attribute will be added.: evaluation time (for running and finished jobs)* If the job will be repeated, a <code>start</code> attribute indicates the next start time.: dateTime string (for jobs that will be executed repeatedly)
|-
| '''Examples'''