ApiDomain refresh
Check if a domain refresh/analysis is currently running
X-API-Key<token>
API Key for programmatic access
In: header
Path Parameters
domainId*string
Response Body
application/json
curl -X GET "https://example.com/domains/string/refresh-status"{
"isRunning": true,
"progress": 45,
"status": "analyzing",
"error": null
}