Back to docs

Tool Site Profile Status

Category: Site Knowledge · Since: v18.35.0 · Tier: All

Check a persistent site profile's health. Shows cookie count, expiry status, auth state, and whether the profile is still usable.

Parameters

Parameter Type Required Default Description
domain string Yes Domain to check

Examples

Check if the saved profile for example.com is still valid
Is my login session for staging.app.com still active?

Response

{
  "domain": "example.com",
  "lastUsed": "2026-04-11T10:30:00Z",
  "cookieCount": 12,
  "authStatus": "authenticated",
  "sizeBytes": 8420,
  "healthy": true
}

Auth Status Values

Status Meaning
authenticated Session cookies present and not expired
expired Session cookies present but expired
none No auth-related cookies found
unknown Cannot determine auth state

Related

From the Blog