GET
/
v1
/
crawls
/
{crawlId}

Authorizations

Authorization
string
header
required

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

Path Parameters

crawl_id
string
required

The ID of the crawl to retrieve information for.

Response

200 - application/json
created
number

Created time in epoch

current_depth
number

The current depth of the crawl process.

exclude_urls
string[]
id
string

Crawl ID

include_external
boolean
include_urls
string[]
max_depth
number
max_pages
number
object
string

The kind of object. "crawl" for this endpoint.

pages_count
number

Count of pages crawled

search_query
string
start_date
string

Created time in date

start_url
string
status
string

in_progress or completed

top_n
number