action windows_job_list_from_job_schedule { label: "Lists the jobs that have been created under the specified job schedule." provider: windows method: GET path: "/jobschedules/{jobScheduleId}/jobs" encoding: json input: { type: "object" properties: { "$expand": { type: "string" } "$filter": { type: "string" } "$select": { type: "string" } "api-version": { type: "string" } "client-request-id": { type: "string" } jobScheduleId: { type: "string" } maxresults: { type: "string" } "ocp-date": { type: "string" } "return-client-request-id": { type: "string" } timeout: { type: "string" } } required: ["api-version", "jobScheduleId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }