Skip to main content
GET
/
v1
/
tools
/
perform-web-task
/
{workflowId}
/
status
Get Perform Web Task Status
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": {
      "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
        }
      ]
    }
  }
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

workflowId
string
required

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

Response

The current status of the task execution.

data
success · object
required