---
title: "Get web navigator task results"
method: POST
path: "/navigator/get-task"
tags: ["Navigator"]
---

# Get web navigator task results

`POST /navigator/get-task`

Get web navigator task results for a given task ID

## Request body

- object
  - `task_id` string, required — The ID of the task to retrieve

## Response `200`

GetTask API successful response

- object
  - `task` NavigatorTask
    - `task_id` string — The ID of the navigator task
    - `request` object
      - `url` string — The URL to start navigating from
      - `objective` string — The natural language objective of the navigation
    - `response` object
      - `html` string — The HTML string of the page that the navigator reached
      - `img` string — The base64-encoded string for screenshot of the page that the navigator reached
      - `markdown` string — The markdown string of the page that the navigator reached
    - `status` 'PENDING' | 'IN_PROGRESS' | 'SUCCEEDED' | 'FAILED' | 'TIMED_OUT' — The status of the navigator task
    - `start_time` string — The start time of the navigator task
    - `end_time` string — The end time of the navigator task
    - `last_updated_time` string — The last updated time of the navigator task

## Other responses

- `400` — User error response
- `500` — Server error response

---

[API](https://skmtc.net/carvedai/apis/exfunc-apis.md) · [All operations](https://skmtc.net/carvedai/apis/exfunc-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carvedai/exfunc-apis/revisions/22587fdf9a5e/schema)
