cURL
curl --request GET \ --url https://api.askmy.biz/crawl \ --header 'X-API-Key: <api-key>'
{ "job_id": "645f3c1649ec746bc1871307", "namespace": "example_com", "base_url": "https://example.com", "max_pages": 123, "status": "pending", "created_at": "2020-12-21T12:00:00Z", "updated_at": "2020-12-22T12:00:00Z" }
Retrieves the current status of a crawl job, including progress statistics
API key for authentication
Crawl status retrieved successfully
The response is of type object.
object