Integrations
Integrations

Check crawl status for a URL

Check whether a URL has been crawled and its current indexing status.

get/integrations/web_crawler/status

Query parameters

urlstring required

The URL to check crawl status for

The URL to check crawl status for

Response

Successful Response

urlstring required
is_indexedboolean required
totalinteger required
completedinteger required
processinginteger required
failedinteger required

Changes