GET
/
crawler
/
jobs
/
{id}

Crawler jobs may take several minutes to complete. Use this endpoint to check the status of a job, and fetch the results from the Get job data endpoint when the job is complete.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Job ID

Response

200 - application/json
createdAt
number
required

UNIX timestamp

id
string
required
min_length
number
required
notices
object[]
required
org
string
required
output_expiry
integer
required
Required range: x > 0
output_format
enum<string>
required
Available options:
text,
html,
markdown
sitemapPageCount
number
required
status
enum<string>
required
Available options:
starting,
running,
succeeded,
failed,
cancelled
urls
string[]
required
use_browser
boolean
required
block_resources
boolean
default:
true
costCents
number
costMillicents
number
exclude_elements
string
exclude_globs
string[]
finishedAt
number

UNIX timestamp

force_crawling_mode
enum<string>
Available options:
link,
sitemap
include_linked_files
boolean
default:
false
page_limit
number
Required range: x > 0
progress
object
webhook_url
string
webhookFails
any