Get agent strategies
Strategies & policy
Get agent strategies
Retrieve learned behavioral strategies for a specific agent.
GET
Get agent strategies
Path parameters
integer
required
Agent identifier (
u64).Query parameters
integer
default:"10"
Maximum number of strategies to return. Max:
1000.Response
Returns an array ofStrategyResponse objects.
integer
Strategy identifier.
string
Strategy name.
integer
Agent that learned this strategy.
number
Quality score (
0.0–1.0).integer
Number of successes.
integer
Number of failures.
ReasoningStepResponse[]
Ordered steps in the strategy.
string
Strategy classification.
integer
Number of supporting episodes.
number
Expected success rate (
0.0–1.0).number
Expected cost.
number
Expected value.
number
Confidence in strategy (
0.0–1.0).integer
Associated goal bucket.
string
Unique behavior signature.
string
When to apply this strategy.
string
Suggested action.
