cURL
curl --request GET \ --url https://api.promptguard.dev/api/v1/scrape/status/{job_id} \ --header 'Authorization: Bearer <token>'
{ "job_id": "<string>", "status": "<string>", "total_urls": 123, "completed_urls": 123, "failed_urls": 123, "results": [] }
Get the status of a batch scrape job.
API Key authentication for developer endpoints (/api/v1/*). Use format: 'Bearer pg_api_your_key_here'
Successful Response
Status of a batch scrape job
Show child attributes