Skip to main content
GET
/
orgs
/
{orgId}
/
security
/
scanner-status
cURL
curl --request GET \
  --url https://api.useanima.sh/v1/orgs/{orgId}/security/scanner-status \
  --header 'Authorization: Bearer <token>'
{
  "aiScanner": {
    "active": true,
    "provider": "<string>",
    "fallbackReason": "<string>"
  }
}

Authorizations

Authorization
string
header
required

JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer

Path Parameters

orgId
string
required

Organization identifier (from the URL path)

Response

200 - application/json

OK

Current scanner health status

aiScanner
object
required

AI-based content scanner status