---
title: "Get Perform Web Task Status"
method: GET
path: "/v1/tools/perform-web-task/{workflowId}/status"
tags: ["AI Tools"]
---

# Get Perform Web Task Status

`GET /v1/tools/perform-web-task/{workflowId}/status`

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

## Path parameters

- `workflowId` string, required

## Response `200`

The current status of the task execution.

- PerformWebTaskStatusResponseSchema
  - `data` union, required
    - object
      - `status` 'COMPLETED', required — The workflow has completed successfully.
      - `result` object, required — The outcome or answer produced by the autonomous task.
    - object
      - `status` 'RUNNING', required — The workflow is currently running.
    - object
      - `status` 'FAILED', required — The workflow has failed.
      - `error` string, required — Error message describing why the workflow failed.

## Other responses

- `400` — Invalid request.
- `500` — Internal server error.

## Changes

- **2026-01-15** `74a92c0ab46d` — 1 breaking, 1 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the required property `data` to the response with the `200` status
- **2026-01-15** `c39af811461a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api/changes/v1/tools/perform-web-task/:workflowId/status/get.md)

---

[API](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api.md) · [All operations](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/anchorbrowser/anchorbrowser-api/revisions/d0f5aa64f9f4/schema)
