Skip to main content
GET
Get Job Results
Returns the final results of a completed scraping job, including all extracted documents.

Path Parameters

Example Request

Response (200 OK)

Response Fields

Document Object Fields

Error Responses

Example Usage

Authorizations

Authorization
string
header
required

API key in format 'sk-xxxxxxxxxxxxx' or 'sk_xxxxxxxxxxxxx'

Path Parameters

job_id
string
required

Unique job identifier

Pattern: ^job_[a-z0-9]+$

Response

Job results with extracted documents

job_id
string

Job identifier

Pattern: ^job_[a-z0-9]+$
status
enum<string>

Current status of the job

Available options:
pending,
in_progress,
completed,
failed,
cancelled
message
string

Summary message with document count

documents
object[]

Array of extracted document objects

metadata
object
total_documents_found
integer

Total documents discovered

total_documents_downloaded
integer

Successfully downloaded documents

total_pages_crawled
integer

Pages processed during scraping

success_rate
number

Success rate (0.0-1.0)

Required range: 0 <= x <= 1
cost
number

Total cost in USD for this job

total_runtime_seconds
number

Job execution time in seconds

runtime_minutes
number

Job execution time in minutes

has_errors
boolean

Whether any errors occurred

errors
object[]

List of error objects (if any)

warnings
string[]

List of warning messages (if any)