Skip to main content
GET
Check crawl status for a URL

Authorizations

Authorization
string
header
required

API Key or JWT User Token. If using an API Key, set the X-As-User header to act as a specific user. A JWT User Token is always scoped to a specific user.

Query Parameters

url
string
required

The URL to check crawl status for

Response

Successful Response

Response for crawl status check.

url
string
required
is_indexed
boolean
required
total
integer
required
completed
integer
required
processing
integer
required
failed
integer
required