playwright

Get Job Action Status

Poll the status of a dispatched job action; returns the typed result on completion.

get/playwright/job-action-status/{request_id}

Path parameters

request_idstring required

Response

Successful Response

request_idstring required
action'send_email' | 'scrape_events' | 'unknown' required
status'pending' | 'completed' | 'failed' required
resultobject nullable
errorstring nullable

Changes