Skip to content
Last updated

title: Stream Job Progress keywords:

  • stream job progress
  • get
  • stream
  • job
  • progress

Stream real-time progress updates for a scraping job.

GEThttps://api.aitronos.com/v1/scrape/jobs/{job_id}/stream

Path Parameters

job_id string required

The job id parameter.


Returns

A JSON object with the operation result.

cURL
curl -X GET "https://api.aitronos.com/v1/scrape/jobs/{job_id}/stream" \
  -H "X-API-Key: $FREDDY_API_KEY"

Response:

200 OK
{
  "success": true
}