action windows_task_get { label: "Gets information about the specified task." description: "For multi-instance tasks, information such as affinityId, executionInfo and nodeInfo refer to the primary task. Use the list subtasks API to retrieve information about subtasks." provider: windows method: GET path: "/jobs/{jobId}/tasks/{taskId}" 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" } taskId: { type: "string" } timeout: { type: "string" } } required: ["api-version", "jobId", "taskId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }