---
title: "Get Crawler Results"
method: POST
path: "/api/v1/crawler/results"
tags: ["crawler"]
---

# Get Crawler Results

`POST /api/v1/crawler/results`

Retrieve the results of a previously started scraping task

## Request body

- V1CrawlerResultsReq
  - `task_ids` string[], required

## Response `200`

OK

- object
  - `code` integer
  - `data` V1CrawlerResultsResp
    - `list` V1CrawlerResultItem[]
      - `content` string
      - `status` 'pending' | 'in_process' | 'completed' | 'failed'
      - `task_id` string
    - `status` 'pending' | 'in_process' | 'completed' | 'failed'
  - `message` string
  - `success` boolean

---

[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)
