title: Get Job keywords:
- get job
- get
- job
Get details and results of a specific scraping job.
GEThttps://api.aitronos.com/v1/scrape/jobs/{job_id}
job_id string required
The job id parameter.
A JSON object with the operation result.
cURL
- Bash
- Python
- JavaScript
curl -X GET "https://api.aitronos.com/v1/scrape/jobs/{job_id}" \
-H "X-API-Key: $FREDDY_API_KEY"Response:
200 OK
{
"success": true
}