BizKitHub
DocsAPI ReferenceVikitron/api/v1/vikitron/crawl-status
getVikitronPublic API v1

/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 parameters

· 1
domainstringRequired

Domain name to check.

Exampleexample.com

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

GET /api/v1/vikitron/crawl-status

get
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"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key