Skip to content

Get a job by ID

GET
/job/{id}

Retrieve a detailed information of a job along with its associated job items by job ID.

Parameters

Path Parameters

id
required
string

The ID of the job to retrieve

Responses

200

Successful operation

object
id
string
url
string
org_id
string
whitelist_pattern
string
blacklist_pattern
string
allow_subdomains
boolean
items_limit
integer
items_total
integer
enable_js
string
created_at
string format: date-time
finished_at
string format: date-time
updated_at
string format: date-time
clean_content
boolean
webhook_url
string
webhook_status
integer
webhook_error
string
status
string
job_items
Array<object>
object
id
integer
job_id
string
original_url
string
page_status_code
integer
raw_content_url
string
cleaned_content_url
string
status
string
url_hash
string
last_error
string
last_error_at
string format: date-time
created_at
string format: date-time
updated_at
string format: date-time
retries
integer
credits_used
integer
links_found
integer
latency
integer

401

Access denied (Unauthorized access)

object
error
string

404

Job not found

object
error
string

500

Server error (e.g., error in selecting job)

object
error
string