action windows_job_get { label: "Gets information about the specified job." provider: windows method: GET path: "/jobs/{jobId}" encoding: json input: { type: "object" properties: { "$expand": { type: "string" } "$select": { type: "string" } "If-Match": { type: "string" } "If-Modified-Since": { type: "string" } "If-None-Match": { type: "string" } "If-Unmodified-Since": { type: "string" } "api-version": { type: "string" } "client-request-id": { type: "string" } jobId: { type: "string" } "ocp-date": { type: "string" } "return-client-request-id": { type: "string" } timeout: { type: "string" } } required: ["api-version", "jobId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }