/api/v1/vikitron/crawl-status
Returns the current state of an on-demand crawl and a per-URL report aggregated across every subdomain under the same registrable apex (pending, running, fetched, failed, redirected, skipped). Up to 1000 URLs are returned, ordered with running first, pending next, and the most recently checked completed URLs last.
vikitrongetApiV1VikitronCrawl-status
Parameters
1 query
Query · 1
domainstringRequiredDomain name to check.
Request
GET /api/v1/vikitron/crawl-status
curl -X GET "https://api.bizkithub.com/api/v1/vikitron/crawl-status?domain=example.com" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.