action payrun_get_cis_job_progress { label: "Get the CIS job progress" description: "Return the the CIS job progress" provider: payrun method: GET path: "/Jobs/Cis/{JobId}/Progress" encoding: json input: { type: "object" properties: { "Api-Version": { type: "string" format: "string" } Authorization: { type: "string" format: "string" } JobId: { type: "string" } } required: ["Api-Version", "Authorization", "JobId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }