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

# Get scrape job status

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

## Path parameters

- `id` string, uuid, required

## Response `200`

Scrape job status

- JobStatusResponse
  - `status` 'pending' | 'running' | 'completed' | 'failed' | 'stopped', required

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