Get the status and result of a Web Task. The response is a discriminated union on status; the completed branch carries an outcome plus outcome-specific fields.
Documentation Index
Fetch the complete documentation index at: https://intunedhq.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
API Key used to authenticate your requests. How to create one.
Your workspace ID. How to find it?
Web Task ID. Returned from the start endpoint as webTaskId.
Web task status and (when terminal) result envelope.
Polled status + result envelope for GET /web-tasks/result/{webTaskId}. Discriminated by status; the 'completed' branch carries outcome plus outcome-specific fields (result/resultUrl on success, error on failure).