action orthanc_server_get_jobs { label: "List jobs" description: "List all the available jobs" provider: orthanc_server method: GET path: "/jobs" encoding: json input: { type: "object" properties: { expand: { type: "string" } } additionalProperties: false } output: { description: "JSON array containing either the jobs identifiers, or detailed information about the reported jobs (if `expand` argument is provided)" type: "object" } }