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

# Get scrape job status and result

`GET /api/scrape/{id}`

## Path parameters

- `id` string, uuid, required

## Response `200`

Scrape job details

- ScrapeJobResponse
  - `jobId` string, required
  - `status` 'pending' | 'running' | 'completed' | 'failed' | 'stopped', required
  - `data` ScrapeJobData
    - `metadata` object
    - `markdown` string
    - `html` string
    - `links` string[]
    - `screenshot` string
  - `error` string

## Other responses

- `404` — 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)
