Plans List

Browse all intent plans with status, risk levels, and pagination.

Plans List

Navigate to Intent Plans → All Plans for a paginated list of all intent plans.

Intent Plans list

Each plan shows:

ColumnDescription
Plan IDUnique identifier
OwnerUser who initiated the plan
AgentAI agent executing the plan
StatusCurrent execution state
CreatedTimestamp of plan creation
NodesNumber of steps in the plan
Risk LevelAssessed risk (Critical/High/Medium/Low)

Status Types

A plan's status is computed at read time rather than only stored, so a held delegation or a passed expiry can change what status you see even if nothing else about the plan changed:

StatusMeaning
killedAn operator killed the agent while this plan was active; killed always takes priority over any other status
completedAll steps finished executing
approvedA held plan was approved and can proceed
heldWaiting on a pending delegation approval, or on backend hold logic
blocked / failedPolicy or execution failure prevented the plan from completing
rejectedA pending delegation for this plan was rejected
expiredThe plan's expiresAt passed while it was still active; a background job also periodically reaps stale active plans into this state
activeDefault - the plan is in progress and none of the above apply

See Plans Governance for the full lifecycle, including how delegation approvals and rejections feed into this status.

Risk Levels

LevelDescription
CriticalInvolves privileged operations or sensitive data access
HighContains multiple tool invocations with broad permissions
MediumStandard operations with moderate scope
LowRead-only or well-constrained operations

On this page