AI Tools

Get Perform Web Task Status

Get the status of an asynchronous perform-web-task execution by workflow ID.

get/v1/tools/perform-web-task/{workflowId}/status

Path parameters

workflowIdstring required

The workflow ID returned when starting an asynchronous perform-web-task execution.

Response

The current status of the task execution.

Changes

Changed in 2 of the 33 revisions of this API.12

  • 74a92c0ab46d11See the full diff
    • the response's body type/format changed from / to object/ for status 200

      response-body-type-changed

    • added the required property data to the response with the 200 status

      response-required-property-added

    • endpoint added

      endpoint-added