Get Job Status
Get the current status and progress of a scraping job
Path Parameters
Example Request
Response (200 OK)
Response Fields
Job Status Values
Error Responses
Polling Pattern
Authorizations
API key in format 'sk-xxxxxxxxxxxxx' or 'sk_xxxxxxxxxxxxx'
Path Parameters
Unique job identifier
^job_[a-z0-9]+$Response
Job status information
Job identifier
^job_[a-z0-9]+$Current status of the job
pending, in_progress, completed, failed, cancelled Human-readable status message
Progress percentage (0-100) when available
0 <= x <= 100ISO 8601 job creation timestamp
ISO 8601 job start timestamp
ISO 8601 job completion timestamp
ISO 8601 estimated completion time
Currently active processing agent
List of completed processing steps
Number of pages processed
Number of documents discovered
Whether the job is currently running
Whether any errors occurred
List of error objects (if any)
List of warning messages (if any)