Skip to main content
GET
/
auth
/
status
check current session (hosted deployments only)
curl --request GET \
  --url http://localhost:3917/auth/status
{
  "agent_id": "agent-1",
  "authenticated": true
}

Response

200 - application/json

Session status; authenticated is false when no/invalid token is presented or auth is disabled.