curl --request GET \
--url https://api.anchorbrowser.io/v1/tools/perform-web-task/{workflowId}/status \
--header 'anchor-api-key: <api-key>'Get the status of an asynchronous perform-web-task execution by workflow ID.
curl --request GET \
--url https://api.anchorbrowser.io/v1/tools/perform-web-task/{workflowId}/status \
--header 'anchor-api-key: <api-key>'API key passed in the header
The workflow ID returned when starting an asynchronous perform-web-task execution.
The current status of the task execution.
Show child attributes
Was this page helpful?