---
title: "Get Crawler Result"
method: GET
path: "/api/v1/crawler/result"
tags: ["crawler"]
---

# Get Crawler Result

`GET /api/v1/crawler/result`

Retrieve the result of a previously started scraping task

## Request body

- V1CrawlerResultReq
  - `task_id` string, required

## Response `200`

OK

- object
  - `code` integer
  - `data` V1CrawlerResultResp
    - `content` string
    - `status` 'pending' | 'in_process' | 'completed' | 'failed', required
  - `message` string
  - `success` boolean

## Changes

- **2025-10-28** `0d77577112cf` — 1 warning
  - deleted the `query` request parameter `task_id`
- **2025-10-27** `e49808333c8e` — 1 breaking
  - added the new required `query` request parameter `task_id`
- **2025-10-24** `76447faa2bb7` — 1 warning
  - deleted the `query` request parameter `task_id`
- **2025-10-20** `381889362c45` — 1 breaking
  - added the new required `query` request parameter `task_id`

[Change history](https://skmtc.dev/chaitin/apis/panda-wiki-api/changes/api/v1/crawler/result/get.md)

---

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