Filter sessions by the provided status
import com.clerk.backend_api.models.operations.Status;
Status value = Status.ABANDONED;| Name | Value |
|---|---|
ABANDONED |
abandoned |
ACTIVE |
active |
ENDED |
ended |
EXPIRED |
expired |
REMOVED |
removed |
REPLACED |
replaced |
REVOKED |
revoked |