---
title: "Get batch scrape job status and results"
method: GET
path: "/api/scrape/batch/{id}"
---

# Get batch scrape job status and results

`GET /api/scrape/batch/{id}`

## Path parameters

- `id` string, required

## Response `200`

Batch scrape job details

- BatchScrapeJobResponse
  - `jobId` string
  - `status` 'pending' | 'running' | 'completed' | 'failed' | 'stopped'
  - `data` ScrapedPage[]
    - `url` string, required
    - `status` 'pending' | 'running' | 'completed' | 'failed' | 'stopped', required
    - `error` string, nullable
    - `metadata` object
    - `markdown` string
    - `html` string
    - `links` string[]
    - `screenshot` string
  - `error` string
  - `totalScrapedPages` number
  - `totalPageBatches` number
  - `currentPageBatch` number
  - `batchSize` number

## Other responses

- `400` — Invalid request parameters
- `404` — Batch scrape job not found
- `500` — Server error

---

[API](https://skmtc.net/hyperbrowser/apis/hyperbrowser-api.md) · [All operations](https://skmtc.net/hyperbrowser/apis/hyperbrowser-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hyperbrowser/hyperbrowser-api/versions/69aa004ce41b/schema)
