Get entity operating status signal
Probes the current entity website and returns a read-only operating-status signal. Write auth required.
Authentication
AuthorizationBearer
User bearer token: Supabase or Clerk session JWT, Clerk OAuth access token, or Clerk personal API key
OR
X-API-Keystring
Admin API key for system-to-system write operations
Path parameters
entityId
Canonical entity UUID
Response
OK
checkedAt
Instant when this live check completed.
confidence
Classifier confidence for the verdict.
entityId
Entity whose website was checked.
evidence
Classifier evidence strings.
verdict
Classifier verdict for the current website.
cdnProvider
CDN or edge provider inferred from the probe.
currentOperatingStatus
Current persisted operating status.
httpStatus
HTTP status observed at the final URL.
probedUrl
Entity website URL that was probed.
resolvedUrl
Final URL reached after redirects.
suggestedOperatingStatus
Suggested status when the signal is strong enough to propose one.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
406
Not Acceptable Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error