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
- ▲
the response's body type/format changed from
/toobject/for status200response-body-type-changed
- ○
added the required property
datato the response with the200statusresponse-required-property-added
- ▲
- ○
endpoint added
endpoint-added
- ○