Parameters
1 query
Query parameters
· 1domainstringRequiredDomain name to check.
Example
example.comReturns 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.
1 query
domainstringRequiredDomain name to check.
example.com1 status code documented
This response returns no JSON body.
{
"success": true
}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"All BizKitHub public API endpoints require authentication via API key.