action windows_file_list_from_task { label: "Lists the files in a task's directory on its compute node." provider: windows method: GET path: "/jobs/{jobId}/tasks/{taskId}/files" encoding: json input: { type: "object" properties: { "$filter": { type: "string" } "api-version": { type: "string" } "client-request-id": { type: "string" } jobId: { type: "string" } maxresults: { type: "string" } "ocp-date": { type: "string" } recursive: { type: "string" } "return-client-request-id": { type: "string" } taskId: { type: "string" } timeout: { type: "string" } } required: ["api-version", "jobId", "taskId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }