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

1 total
Query · 1
domainstringRequired

Domain name to check.

Request

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"

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.

Get API Key