curl --request GET \
--url https://api.anchorbrowser.io/v1/tools/perform-web-task/{workflowId}/status \
--header 'anchor-api-key: <api-key>'{
"data": {
"status": "COMPLETED",
"result": {
"result": {
"nodes_cpu_usage": [
{
"node": "pool-e1ro5g0nq-559g5",
"cluster": "do-nyc1-demo-infra",
"cpu_avg_percentage": 8.29
},
{
"node": "pool-e1ro5g0nq-559gk",
"cluster": "do-nyc1-demo-infra",
"cpu_avg_percentage": 24.8
}
]
}
}
}
}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>'{
"data": {
"status": "COMPLETED",
"result": {
"result": {
"nodes_cpu_usage": [
{
"node": "pool-e1ro5g0nq-559g5",
"cluster": "do-nyc1-demo-infra",
"cpu_avg_percentage": 8.29
},
{
"node": "pool-e1ro5g0nq-559gk",
"cluster": "do-nyc1-demo-infra",
"cpu_avg_percentage": 24.8
}
]
}
}
}
}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?