v1
latestOpenAPI 3.0.02026-07-224452146.0 KBCrawling
Get all active crawls for the authenticated team
get/crawl/active
Response
Successful response
Example response
{
"success": true,
"crawls": [
{
"options": {
"scrapeOptions": {
"actions": [
{
"selector": "#my-element"
}
],
"location": {
"languages": [
"en-US"
]
},
"threatProtection": {
"riskScoreThreshold": 75
}
}
}
}
]
}