v1

latestOpenAPI 3.0.02026-07-224452146.0 KB
Crawling

Get all active crawls for the authenticated team

get/crawl/active

Response

Successful response

successboolean required

Example response

{
  "success": true,
  "crawls": [
    {
      "options": {
        "scrapeOptions": {
          "actions": [
            {
              "selector": "#my-element"
            }
          ],
          "location": {
            "languages": [
              "en-US"
            ]
          },
          "threatProtection": {
            "riskScoreThreshold": 75
          }
        }
      }
    }
  ]
}