---
title: "Scrape Job Events"
method: POST
path: "/playwright/scrape-job-events"
tags: ["playwright"]
---

# Scrape Job Events

`POST /playwright/scrape-job-events`

Dispatch a job-events fetch to Pilot and return its request_id (poll for the result).

## Request body

- ScrapeJobEventsRequest
  - `conversation_id` string, required

## Response `202`

Successful Response

- JobActionDispatchResponse
  - `request_id` string, required
  - `status` 'queued', required
  - `action` 'send_email' | 'scrape_events', required

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc.dev/noso/apis/crucible-backend-api/revisions/f2cac64213a3?raw)
