API ReferenceSchemas
Enums
Enumeration types used in the Reflexio API.
Enums
UserActionType
Represents different types of user actions that can be tracked.
CLICK: Click interactionSCROLL: Scroll interactionTYPE: Type interactionNONE: No specific interaction
ProfileTimeToLive
Defines the time-to-live options for user profiles.
ONE_DAY: Profile expires after one dayONE_WEEK: Profile expires after one weekONE_MONTH: Profile expires after one monthONE_QUARTER: Profile expires after one quarterONE_YEAR: Profile expires after one yearINFINITY: Profile never expires
Status
Represents the processing status for profiles and playbooks.
CURRENT(None): Active profile/playbook currently in useARCHIVED: Profile/playbook has been archived (old versions)PENDING: New profile/playbook that is pending approval or processing (from rerun operations)ARCHIVE_IN_PROGRESS: Temporary status during downgrade operation
PlaybookStatus
Represents the approval status of a playbook.
PENDING: Playbook is pending reviewAPPROVED: Playbook has been approvedREJECTED: Playbook has been rejected
SearchMode
Controls how search queries are processed.
VECTOR: Pure vector similarity search using embeddingsFTS: Pure full-text search using PostgreSQL tsvectorHYBRID: Combined search using Reciprocal Rank Fusion (RRF)
BlockingIssueKind
Represents the type of capability gap that prevented the agent from completing a request.
MISSING_TOOL: Tool doesn't exist in the agent's toolsetPERMISSION_DENIED: Agent lacks authorization to perform the actionEXTERNAL_DEPENDENCY: External service is unavailablePOLICY_RESTRICTION: Policy prevents the action
OperationStatus
Represents the status of long-running operations.
IN_PROGRESS: Operation is currently runningCOMPLETED: Operation has completed successfullyFAILED: Operation has failedCANCELLED: Operation was cancelled by the user
RegularVsShadow
Indicates the relative performance between regular and shadow agent versions during evaluation.
REGULAR_IS_BETTER: Regular version performed significantly betterREGULAR_IS_SLIGHTLY_BETTER: Regular version performed slightly betterSHADOW_IS_BETTER: Shadow version performed significantly betterSHADOW_IS_SLIGHTLY_BETTER: Shadow version performed slightly betterTIED: Both versions performed equally